Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[doc][suggest] Tell user the available values of "--sink-type" parameter #6109
Comments
|
--source-type as above |
|
The type I think we can consider adding instructions about pulsar-io.yaml to the document. @Anonymitaet |
@Connector(
name = "cassandra",
type = IOType.SINK,
help = "The CassandraStringSink is used for moving messages from Pulsar to Cassandra.",
configClass = CassandraSinkConfig.class)This name is same as |
|
Yes, it is the same, but some connectors do not have the annotation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Tell user the available values of "--sink-type" parameter.
Describe the solution you'd like
When i create a Cassandra sink like this.
bin/pulsar-admin sinks create \ --tenant public \ --namespace default \ --name cassandra-test-sink \ --sink-type cassandra \ --sink-config-file examples/cassandra-sink.yml \ --inputs test_cassandraI could't understand, Why is the value of "--sink-type" parameter cassandra ,And when i create the other sinks, What value should be set for this parameter.
Describe alternatives you've considered
Provide a available values list for this parameter.
Additional context
Add any other context or screenshots about the feature request here.