You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/12/10 03:22:36 UTC

[GitHub] [pulsar] wolfstudy opened a new pull request #8886: Add cmd flag of retain key ordering

wolfstudy opened a new pull request #8886:
URL: https://github.com/apache/pulsar/pull/8886


   Signed-off-by: xiaolong.ran <rx...@apache.org>
   
   Fixes #6527 
   
   ### Motivation
   
   We already support `key_shared` mode on Pulsar Functions in #7647, However, this option is not exposed in the command line parameters, so users currently cannot use this function.
   
   ### Modifications
   
   In this pull request, we expose this cmd flag of `--retain-key-ordering` and add the docs for this.
   
   ### Verifying this change
   
   The original test can cover this option, so, in this change, no relevant code is added
   
   
   ### Documentation
   
     - Does this pull request introduce a new feature? (yes)
     - If yes, how is the feature documented? (docs)
     - If a feature is not applicable for documentation, explain why?
     - If a feature is not documented yet in this PR, please create a followup issue for adding the documentation
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] bobosmile1170556238 edited a comment on pull request #8886: Add cmd flag of retain key ordering

Posted by GitBox <gi...@apache.org>.
bobosmile1170556238 edited a comment on pull request #8886:
URL: https://github.com/apache/pulsar/pull/8886#issuecomment-973664085


   bin/pulsar-admin sinks create \
       --archive connectors/pulsar-io-elastic-search-2.8.0.nar \
       --tenant public \
       --namespace default \
       --name elasticsearch-test-sink1 \
       --sink-config-file  /pulsar/data/ElasticsearchSourceConfig.yaml \
       --inputs elasticsearch_test
   	--retain-key-ordering true
   but return bash: --retain-key-ordering: command not found,why?version:2.8.0


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] sijie merged pull request #8886: Add cmd flag of retain key ordering

Posted by GitBox <gi...@apache.org>.
sijie merged pull request #8886:
URL: https://github.com/apache/pulsar/pull/8886


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] bobosmile1170556238 commented on pull request #8886: Add cmd flag of retain key ordering

Posted by GitBox <gi...@apache.org>.
bobosmile1170556238 commented on pull request #8886:
URL: https://github.com/apache/pulsar/pull/8886#issuecomment-973664085


   bin/pulsar-admin sinks create \
       --archive connectors/pulsar-io-elastic-search-2.8.0.nar \
       --tenant public \
       --namespace default \
       --name elasticsearch-test-sink1 \
       --sink-config-file  /pulsar/data/ElasticsearchSourceConfig.yaml \
       --inputs elasticsearch_test
   	--retain-key-ordering true


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org