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 2021/06/25 02:44:04 UTC

[GitHub] [pulsar] k2la opened a new pull request #11088: [C++] Fix Setting KeySharedMeta in SubscribeCommand

k2la opened a new pull request #11088:
URL: https://github.com/apache/pulsar/pull/11088


   ### Motivation
   https://github.com/apache/pulsar/blob/67adf0aedf4b435a43fc570afa92154915f5b212/pulsar-client-cpp/lib/Commands.cc#L295-L306
   Regarding the above, it seems that `KeySharedMeta ksm` is not set as subscribe command.
   As a test, when the `STICKY` is set, the consumer can connect to the broker without ranges.
   It seems that `AUTO_SPLIT` as default value is used.
   
   ### Modification
   Fix `that KeySharedMeta meta` is able to be set.
   Also, implement sticky consumer in C++ client.
    


-- 
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] sijie merged pull request #11088: [C++] Fix Setting KeySharedMeta in SubscribeCommand

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


   


-- 
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] k2la commented on pull request #11088: [C++] Fix Setting KeySharedMeta in SubscribeCommand

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


   /pulsarbot rerun-failure-checks


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