This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 7dd58e6e0f7e Docs sync done from apache/pulsar (#20c2f75)
7dd58e6e0f7e is described below

commit 7dd58e6e0f7e61e9bb883e938ea4163508ce23ae
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 14 01:28:02 2024 +0000

    Docs sync done from apache/pulsar (#20c2f75)
---
 static/reference/next/pulsar-admin/sinks.md   | 3 +++
 static/reference/next/pulsar-admin/sources.md | 3 +++
 static/swagger/master/swaggersink.json        | 3 +++
 static/swagger/master/swaggersource.json      | 3 +++
 static/swagger/master/v3/swaggersink.json     | 3 +++
 static/swagger/master/v3/swaggersource.json   | 3 +++
 6 files changed, 18 insertions(+)

diff --git a/static/reference/next/pulsar-admin/sinks.md 
b/static/reference/next/pulsar-admin/sinks.md
index 60ad6ae96b52..194844462a45 100644
--- a/static/reference/next/pulsar-admin/sinks.md
+++ b/static/reference/next/pulsar-admin/sinks.md
@@ -54,6 +54,7 @@ $ pulsar-admin sinks create options
 | `--subs-name` | Pulsar source subscription name if user wants a specific 
subscription-name for input-topic consumer|null||
 | `--auto-ack` | Whether or not the framework will automatically acknowledge 
messages|null||
 | `--max-redeliver-count` | Maximum number of times that a message will be 
redelivered before being sent to the dead letter queue|null||
+| `--log-topic` | The topic to which the logs of a Pulsar Sink are 
produced|null||
 | `--cleanup-subscription` | Whether delete the subscription when sink is 
deleted|null||
 | `-a, --archive` | Path to the archive file for the sink. It also supports 
url-path [http/https/file (file protocol assumes that file already exists on 
worker host)] from which worker can download the package.|null||
 
@@ -104,6 +105,7 @@ $ pulsar-admin sinks update options
 | `--subs-name` | Pulsar source subscription name if user wants a specific 
subscription-name for input-topic consumer|null||
 | `--auto-ack` | Whether or not the framework will automatically acknowledge 
messages|null||
 | `--max-redeliver-count` | Maximum number of times that a message will be 
redelivered before being sent to the dead letter queue|null||
+| `--log-topic` | The topic to which the logs of a Pulsar Sink are 
produced|null||
 | `--cleanup-subscription` | Whether delete the subscription when sink is 
deleted|null||
 | `-a, --archive` | Path to the archive file for the sink. It also supports 
url-path [http/https/file (file protocol assumes that file already exists on 
worker host)] from which worker can download the package.|null||
 
@@ -301,6 +303,7 @@ $ pulsar-admin sinks localrun options
 | `--tls-trust-cert-path` | tls trust cert file path|null||
 | `--metrics-port-start` | The starting port range for metrics server|null||
 | `--auto-ack` | Whether or not the framework will automatically acknowledge 
messages|null||
+| `--log-topic` | The topic to which the logs of a Pulsar Sink are 
produced|null||
 | `--cleanup-subscription` | Whether delete the subscription when sink is 
deleted|null||
 
 
diff --git a/static/reference/next/pulsar-admin/sources.md 
b/static/reference/next/pulsar-admin/sources.md
index 9aed802ffe81..6d26c3fa3172 100644
--- a/static/reference/next/pulsar-admin/sources.md
+++ b/static/reference/next/pulsar-admin/sources.md
@@ -28,6 +28,7 @@ $ pulsar-admin sources create options
 | `--producer-config` | The custom producer configuration (as a JSON 
string)|null||
 | `--batch-builder` | BatchBuilder provides two types of batch construction 
methods, DEFAULT and KEY_BASED. The default value is: DEFAULT|null||
 | `--custom-runtime-options` | A string that encodes options to customize the 
runtime, see docs for configured runtime for details|null||
+| `--log-topic` | The topic to which the logs of a Pulsar Sink are 
produced|null||
 | `--source-config` | Source config key/values|null||
 | `--ram` | The RAM (in bytes) that need to be allocated per source instance 
(applicable only to the process and Docker runtimes)|null||
 | `--secrets` | The map of secretName to an object that encapsulates how the 
secret is fetched by the underlying secrets provider|null||
@@ -65,6 +66,7 @@ $ pulsar-admin sources update options
 | `--producer-config` | The custom producer configuration (as a JSON 
string)|null||
 | `--batch-builder` | BatchBuilder provides two types of batch construction 
methods, DEFAULT and KEY_BASED. The default value is: DEFAULT|null||
 | `--custom-runtime-options` | A string that encodes options to customize the 
runtime, see docs for configured runtime for details|null||
+| `--log-topic` | The topic to which the logs of a Pulsar Sink are 
produced|null||
 | `--source-config` | Source config key/values|null||
 | `--ram` | The RAM (in bytes) that need to be allocated per source instance 
(applicable only to the process and Docker runtimes)|null||
 | `--secrets` | The map of secretName to an object that encapsulates how the 
secret is fetched by the underlying secrets provider|null||
@@ -241,6 +243,7 @@ $ pulsar-admin sources localrun options
 | `--custom-runtime-options` | A string that encodes options to customize the 
runtime, see docs for configured runtime for details|null||
 | `--broker-service-url` | The URL for the Pulsar broker|null||
 | `--tls-allow-insecure` | Allow insecure tls connection|false||
+| `--log-topic` | The topic to which the logs of a Pulsar Sink are 
produced|null||
 | `--secrets-provider-classname` | Whats the classname for secrets 
provider|null||
 | `--secrets-provider-config` | Config that needs to be passed to secrets 
provider|null||
 | `--source-config` | Source config key/values|null||
diff --git a/static/swagger/master/swaggersink.json 
b/static/swagger/master/swaggersink.json
index 685282bf5ae5..518fa367f0ed 100644
--- a/static/swagger/master/swaggersink.json
+++ b/static/swagger/master/swaggersink.json
@@ -306,6 +306,9 @@
                     },
                     "type": "array"
                 },
+                "logTopic": {
+                    "type": "string"
+                },
                 "maxMessageRetries": {
                     "format": "int32",
                     "type": "integer"
diff --git a/static/swagger/master/swaggersource.json 
b/static/swagger/master/swaggersource.json
index e292435c3fba..68658403de85 100644
--- a/static/swagger/master/swaggersource.json
+++ b/static/swagger/master/swaggersource.json
@@ -304,6 +304,9 @@
                 "customRuntimeOptions": {
                     "type": "string"
                 },
+                "logTopic": {
+                    "type": "string"
+                },
                 "name": {
                     "type": "string"
                 },
diff --git a/static/swagger/master/v3/swaggersink.json 
b/static/swagger/master/v3/swaggersink.json
index 685282bf5ae5..518fa367f0ed 100644
--- a/static/swagger/master/v3/swaggersink.json
+++ b/static/swagger/master/v3/swaggersink.json
@@ -306,6 +306,9 @@
                     },
                     "type": "array"
                 },
+                "logTopic": {
+                    "type": "string"
+                },
                 "maxMessageRetries": {
                     "format": "int32",
                     "type": "integer"
diff --git a/static/swagger/master/v3/swaggersource.json 
b/static/swagger/master/v3/swaggersource.json
index e292435c3fba..68658403de85 100644
--- a/static/swagger/master/v3/swaggersource.json
+++ b/static/swagger/master/v3/swaggersource.json
@@ -304,6 +304,9 @@
                 "customRuntimeOptions": {
                     "type": "string"
                 },
+                "logTopic": {
+                    "type": "string"
+                },
                 "name": {
                     "type": "string"
                 },

Reply via email to