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: [email protected]
