huangdx0726 opened a new issue #6109: [doc][suggest]  Tell user the available 
values of "--sink-type" parameter
URL: https://github.com/apache/pulsar/issues/6109
 
 
   **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.
   ```bash
   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_cassandra
   
   ```
   I 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.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to