Skip to content

Commit

Permalink
Address review commend: remove mandatory sentence for classname
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Apr 2, 2024
1 parent 85f615d commit 32b9dc3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions docs/io-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pulsar-admin sources create options
|Flag|Description|
|----|---|
| `-a`, `--archive` | The absolute path to the NAR archive for the source. <br /> 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.
| `--classname` | The source's class name. Mandatory if `archive` doesn't reference a NAR file.
| `--classname` | The source's class name.
| `--cpu` | The CPU (in cores) that needs to be allocated per source instance (applicable only to Docker runtime).
| `--deserialization-classname` | The SerDe classname for the source.
| `--destination-topic-name` | The Pulsar topic to which data is sent.
Expand Down Expand Up @@ -82,7 +82,7 @@ pulsar-admin sources update options
|Flag|Description|
|----|---|
| `-a`, `--archive` | The absolute path to the NAR archive for the source. <br /> 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.
| `--classname` | The source's class name. Mandatory if `archive` doesn't reference a NAR file.
| `--classname` | The source's class name.
| `--cpu` | The CPU (in cores) that needs to be allocated per source instance (applicable only to Docker runtime).
| `--deserialization-classname` | The SerDe classname for the source.
| `--destination-topic-name` | The Pulsar topic to which data is sent.
Expand Down Expand Up @@ -247,7 +247,7 @@ pulsar-admin sources localrun options
|----|---|
| `-a`, `--archive` | The absolute path to the NAR archive for the Source. <br /> 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.
| `--broker-service-url` | The URL for the Pulsar broker.
|`--classname`|The source's class name. Mandatory if `archive` doesn't reference a NAR file.
|`--classname`|The source's class name.
| `--client-auth-params` | Client authentication parameter.
| `--client-auth-plugin` | Client authentication plugin using which function-process can connect to broker.
|`--cpu`|The CPU (in cores) that needs to be allocated per source instance (applicable only to the Docker runtime).|
Expand Down Expand Up @@ -328,7 +328,7 @@ pulsar-admin sinks create options
|----|---|
| `-a`, `--archive` | The absolute path to the archive file for the sink. <br /> 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.
| `--auto-ack` | Whether or not the framework will automatically acknowledge messages.
| `--classname` | The sink's class name. Mandatory if `archive` doesn't reference a NAR file.
| `--classname` | The sink's class name.
| `--cpu` | The CPU (in cores) that needs to be allocated per sink instance (applicable only to Docker runtime).
| `--custom-schema-inputs` | The map of input topics to schema types or class names (as a JSON string).
| `--custom-serde-inputs` | The map of input topics to SerDe class names (as a JSON string).
Expand Down Expand Up @@ -364,7 +364,7 @@ pulsar-admin sinks update options
|----|---|
| `-a`, `--archive` | The absolute path to the archive file for the sink. <br /> 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.
| `--auto-ack` | Whether or not the framework will automatically acknowledge messages.
| `--classname` | The sink's class name. Mandatory if `archive` doesn't reference a NAR file.
| `--classname` | The sink's class name.
| `--cpu` | The CPU (in cores) that needs to be allocated per sink instance (applicable only to Docker runtime).
| `--custom-schema-inputs` | The map of input topics to schema types or class names (as a JSON string).
| `--custom-serde-inputs` | The map of input topics to SerDe class names (as a JSON string).
Expand Down Expand Up @@ -535,7 +535,7 @@ pulsar-admin sinks localrun options
| `-a`, `--archive` | The absolute path to the archive file for the sink. <br /> 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.
| `--auto-ack` | Whether or not the framework will automatically acknowledge messages.
| `--broker-service-url` | The URL for the Pulsar broker.
|`--classname`|The sink's class name. Mandatory if `archive` doesn't reference a NAR file.
|`--classname`|The sink's class name.
| `--client-auth-params` | Client authentication parameter.
| `--client-auth-plugin` | Client authentication plugin using which function-process can connect to broker.
|`--cpu`|The CPU (in cores) that needs to be allocated per sink instance (applicable only to the Docker runtime).
Expand Down
12 changes: 6 additions & 6 deletions versioned_docs/version-3.0.x/io-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pulsar-admin sources create options
|Flag|Description|
|----|---|
| `-a`, `--archive` | The absolute path to the NAR archive for the source. <br /> 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.
| `--classname` | The source's class name. Mandatory if `archive` doesn't reference a NAR file.
| `--classname` | The source's class name.
| `--cpu` | The CPU (in cores) that needs to be allocated per source instance (applicable only to Docker runtime).
| `--deserialization-classname` | The SerDe classname for the source.
| `--destination-topic-name` | The Pulsar topic to which data is sent.
Expand Down Expand Up @@ -82,7 +82,7 @@ pulsar-admin sources update options
|Flag|Description|
|----|---|
| `-a`, `--archive` | The absolute path to the NAR archive for the source. <br /> 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.
| `--classname` | The source's class name. Mandatory if `archive` doesn't reference a NAR file.
| `--classname` | The source's class name.
| `--cpu` | The CPU (in cores) that needs to be allocated per source instance (applicable only to Docker runtime).
| `--deserialization-classname` | The SerDe classname for the source.
| `--destination-topic-name` | The Pulsar topic to which data is sent.
Expand Down Expand Up @@ -247,7 +247,7 @@ pulsar-admin sources localrun options
|----|---|
| `-a`, `--archive` | The absolute path to the NAR archive for the Source. <br /> 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.
| `--broker-service-url` | The URL for the Pulsar broker.
|`--classname`|The source's class name. Mandatory if `archive` doesn't reference a NAR file.
|`--classname`|The source's class name.
| `--client-auth-params` | Client authentication parameter.
| `--client-auth-plugin` | Client authentication plugin using which function-process can connect to broker.
|`--cpu`|The CPU (in cores) that needs to be allocated per source instance (applicable only to the Docker runtime).|
Expand Down Expand Up @@ -328,7 +328,7 @@ pulsar-admin sinks create options
|----|---|
| `-a`, `--archive` | The absolute path to the archive file for the sink. <br /> 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.
| `--auto-ack` | Whether or not the framework will automatically acknowledge messages.
| `--classname` | The sink's class name. Mandatory if `archive` doesn't reference a NAR file.
| `--classname` | The sink's class name.
| `--cpu` | The CPU (in cores) that needs to be allocated per sink instance (applicable only to Docker runtime).
| `--custom-schema-inputs` | The map of input topics to schema types or class names (as a JSON string).
| `--custom-serde-inputs` | The map of input topics to SerDe class names (as a JSON string).
Expand Down Expand Up @@ -364,7 +364,7 @@ pulsar-admin sinks update options
|----|---|
| `-a`, `--archive` | The absolute path to the archive file for the sink. <br /> 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.
| `--auto-ack` | Whether or not the framework will automatically acknowledge messages.
| `--classname` | The sink's class name. Mandatory if `archive` doesn't reference a NAR file.
| `--classname` | The sink's class name.
| `--cpu` | The CPU (in cores) that needs to be allocated per sink instance (applicable only to Docker runtime).
| `--custom-schema-inputs` | The map of input topics to schema types or class names (as a JSON string).
| `--custom-serde-inputs` | The map of input topics to SerDe class names (as a JSON string).
Expand Down Expand Up @@ -535,7 +535,7 @@ pulsar-admin sinks localrun options
| `-a`, `--archive` | The absolute path to the archive file for the sink. <br /> 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.
| `--auto-ack` | Whether or not the framework will automatically acknowledge messages.
| `--broker-service-url` | The URL for the Pulsar broker.
|`--classname`|The sink's class name. Mandatory if `archive` doesn't reference a NAR file.
|`--classname`|The sink's class name.
| `--client-auth-params` | Client authentication parameter.
| `--client-auth-plugin` | Client authentication plugin using which function-process can connect to broker.
|`--cpu`|The CPU (in cores) that needs to be allocated per sink instance (applicable only to the Docker runtime).
Expand Down
12 changes: 6 additions & 6 deletions versioned_docs/version-3.2.x/io-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pulsar-admin sources create options
|Flag|Description|
|----|---|
| `-a`, `--archive` | The absolute path to the NAR archive for the source. <br /> 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.
| `--classname` | The source's class name. Mandatory if `archive` doesn't reference a NAR file.
| `--classname` | The source's class name.
| `--cpu` | The CPU (in cores) that needs to be allocated per source instance (applicable only to Docker runtime).
| `--deserialization-classname` | The SerDe classname for the source.
| `--destination-topic-name` | The Pulsar topic to which data is sent.
Expand Down Expand Up @@ -82,7 +82,7 @@ pulsar-admin sources update options
|Flag|Description|
|----|---|
| `-a`, `--archive` | The absolute path to the NAR archive for the source. <br /> 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.
| `--classname` | The source's class name. Mandatory if `archive` doesn't reference a NAR file.
| `--classname` | The source's class name.
| `--cpu` | The CPU (in cores) that needs to be allocated per source instance (applicable only to Docker runtime).
| `--deserialization-classname` | The SerDe classname for the source.
| `--destination-topic-name` | The Pulsar topic to which data is sent.
Expand Down Expand Up @@ -247,7 +247,7 @@ pulsar-admin sources localrun options
|----|---|
| `-a`, `--archive` | The absolute path to the NAR archive for the Source. <br /> 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.
| `--broker-service-url` | The URL for the Pulsar broker.
|`--classname`|The source's class name. Mandatory if `archive` doesn't reference a NAR file.
|`--classname`|The source's class name.
| `--client-auth-params` | Client authentication parameter.
| `--client-auth-plugin` | Client authentication plugin using which function-process can connect to broker.
|`--cpu`|The CPU (in cores) that needs to be allocated per source instance (applicable only to the Docker runtime).|
Expand Down Expand Up @@ -328,7 +328,7 @@ pulsar-admin sinks create options
|----|---|
| `-a`, `--archive` | The absolute path to the archive file for the sink. <br /> 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.
| `--auto-ack` | Whether or not the framework will automatically acknowledge messages.
| `--classname` | The sink's class name. Mandatory if `archive` doesn't reference a NAR file.
| `--classname` | The sink's class name.
| `--cpu` | The CPU (in cores) that needs to be allocated per sink instance (applicable only to Docker runtime).
| `--custom-schema-inputs` | The map of input topics to schema types or class names (as a JSON string).
| `--custom-serde-inputs` | The map of input topics to SerDe class names (as a JSON string).
Expand Down Expand Up @@ -364,7 +364,7 @@ pulsar-admin sinks update options
|----|---|
| `-a`, `--archive` | The absolute path to the archive file for the sink. <br /> 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.
| `--auto-ack` | Whether or not the framework will automatically acknowledge messages.
| `--classname` | The sink's class name. Mandatory if `archive` doesn't reference a NAR file.
| `--classname` | The sink's class name.
| `--cpu` | The CPU (in cores) that needs to be allocated per sink instance (applicable only to Docker runtime).
| `--custom-schema-inputs` | The map of input topics to schema types or class names (as a JSON string).
| `--custom-serde-inputs` | The map of input topics to SerDe class names (as a JSON string).
Expand Down Expand Up @@ -535,7 +535,7 @@ pulsar-admin sinks localrun options
| `-a`, `--archive` | The absolute path to the archive file for the sink. <br /> 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.
| `--auto-ack` | Whether or not the framework will automatically acknowledge messages.
| `--broker-service-url` | The URL for the Pulsar broker.
|`--classname`|The sink's class name. Mandatory if `archive` doesn't reference a NAR file.
|`--classname`|The sink's class name.
| `--client-auth-params` | Client authentication parameter.
| `--client-auth-plugin` | Client authentication plugin using which function-process can connect to broker.
|`--cpu`|The CPU (in cores) that needs to be allocated per sink instance (applicable only to the Docker runtime).
Expand Down

0 comments on commit 32b9dc3

Please sign in to comment.