diff --git a/site2/docs/io-cli.md b/site2/docs/io-cli.md index 345b3d9eb69e212af7c3fd6602851e7a2f2fd9c9..a1ecc2a459a45a4fb3fedb75f15fca3dbb5e56c1 100644 --- a/site2/docs/io-cli.md +++ b/site2/docs/io-cli.md @@ -64,7 +64,7 @@ $ pulsar-admin sources create options |`--name` | The source's name. | `--namespace` | The source's namespace. | ` --parallelism` | The source's parallelism factor, that is, the number of source instances to run. -| `--processing-guarantees` | The processing guarantees (aka delivery semantics) applied to the source.
Possible Values: ATLEAST_ONCE, ATMOST_ONCE, EFFECTIVELY_ONCE. +| `--processing-guarantees` | The processing guarantees (also named as delivery semantics) applied to the source. A source connector receives messages from external system and writes messages to a Pulsar topic. The `--processing-guarantees` is used to ensure the processing guarantees for writing messages to the Pulsar topic.
The available values are ATLEAST_ONCE, ATMOST_ONCE, EFFECTIVELY_ONCE. | `--ram` | The RAM (in bytes) that needs to be allocated per source instance (applicable only to the process and Docker runtimes). | `-st`, `--schema-type` | The schema type.
Either a builtin schema (for example, AVRO and JSON) or custom schema class name to be used to encode messages emitted from source. | `--source-config` | Source config key/values. @@ -95,7 +95,7 @@ $ pulsar-admin sources update options |`--name` | The source's name. | `--namespace` | The source's namespace. | ` --parallelism` | The source's parallelism factor, that is, the number of source instances to run. -| `--processing-guarantees` | The processing guarantees (aka delivery semantics) applied to the source.
Possible Values: ATLEAST_ONCE, ATMOST_ONCE, EFFECTIVELY_ONCE. +| `--processing-guarantees` | The processing guarantees (also named as delivery semantics) applied to the source. A source connector receives messages from external system and writes messages to a Pulsar topic. The `--processing-guarantees` is used to ensure the processing guarantees for writing messages to the Pulsar topic.
The available values are ATLEAST_ONCE, ATMOST_ONCE, EFFECTIVELY_ONCE. | `--ram` | The RAM (in bytes) that needs to be allocated per source instance (applicable only to the process and Docker runtimes). | `-st`, `--schema-type` | The schema type.
Either a builtin schema (for example, AVRO and JSON) or custom schema class name to be used to encode messages emitted from source. | `--source-config` | Source config key/values. @@ -263,7 +263,7 @@ $ pulsar-admin sources localrun options |`--name`|The source’s name.| |`--namespace`|The source’s namespace.| |`--parallelism`|The source’s parallelism factor, that is, the number of source instances to run).| -|`--processing-guarantees`|The processing guarantees (aka delivery semantics) applied to the source.
Available values: ATLEAST_ONCE, ATMOST_ONCE, EFFECTIVELY_ONCE. +|`--processing-guarantees` | The processing guarantees (also named as delivery semantics) applied to the source. A source connector receives messages from external system and writes messages to a Pulsar topic. The `--processing-guarantees` is used to ensure the processing guarantees for writing messages to the Pulsar topic.
The available values are ATLEAST_ONCE, ATMOST_ONCE, EFFECTIVELY_ONCE. |`--ram`|The RAM (in bytes) that needs to be allocated per source instance (applicable only to the Docker runtime).| | `-st`, `--schema-type` | The schema type.
Either a builtin schema (for example, AVRO and JSON) or custom schema class name to be used to encode messages emitted from source. |`--source-config`|Source config key/values. @@ -354,7 +354,7 @@ $ pulsar-admin sinks create options |`--name` | The sink's name. | `--namespace` | The sink's namespace. | ` --parallelism` | The sink's parallelism factor, that is, the number of sink instances to run. -| `--processing-guarantees` | The processing guarantees (aka delivery semantics) applied to the sink.
Possible Values: ATLEAST_ONCE, ATMOST_ONCE, EFFECTIVELY_ONCE. +| `--processing-guarantees` | The processing guarantees (also known as delivery semantics) applied to the sink. The `--processing-guarantees` implementation in Pulsar also relies on sink implementation.
The available values are ATLEAST_ONCE, ATMOST_ONCE, EFFECTIVELY_ONCE. | `--ram` | The RAM (in bytes) that needs to be allocated per sink instance (applicable only to the process and Docker runtimes). | `--retain-ordering` | Sink consumes and sinks messages in order. | `--sink-config` | sink config key/values. @@ -390,7 +390,7 @@ $ pulsar-admin sinks update options |`--name` | The sink's name. | `--namespace` | The sink's namespace. | ` --parallelism` | The sink's parallelism factor, that is, the number of sink instances to run. -| `--processing-guarantees` | The processing guarantees (aka delivery semantics) applied to the sink.
Possible Values: ATLEAST_ONCE, ATMOST_ONCE, EFFECTIVELY_ONCE. +| `--processing-guarantees` | The processing guarantees (also known as delivery semantics) applied to the sink. The `--processing-guarantees` implementation in Pulsar also relies on sink implementation.
The available values are ATLEAST_ONCE, ATMOST_ONCE, EFFECTIVELY_ONCE. | `--ram` | The RAM (in bytes) that needs to be allocated per sink instance (applicable only to the process and Docker runtimes). | `--retain-ordering` | Sink consumes and sinks messages in order. | `--sink-config` | sink config key/values. @@ -566,7 +566,7 @@ $ pulsar-admin sinks localrun options |`--name`|The sink’s name.| |`--namespace`|The sink’s namespace.| |`--parallelism`|The sink’s parallelism factor, that is, the number of sink instances to run).| -|`--processing-guarantees`|The processing guarantees (aka delivery semantics) applied to the sink.
Available values: ATLEAST_ONCE, ATMOST_ONCE, EFFECTIVELY_ONCE. +|`--processing-guarantees`|The processing guarantees (also known as delivery semantics) applied to the sink. The `--processing-guarantees` implementation in Pulsar also relies on sink implementation.
The available values are ATLEAST_ONCE, ATMOST_ONCE, EFFECTIVELY_ONCE. |`--ram`|The RAM (in bytes) that needs to be allocated per sink instance (applicable only to the Docker runtime).| |`--retain-ordering` | Sink consumes and sinks messages in order. |`--sink-config`|sink config key/values.