lly00 opened a new issue #10212: URL: https://github.com/apache/pulsar/issues/10212
**Is your feature request related to a problem? Please describe.** Currently there is no support for configuring sticky hash ranges in C++ client while using key shared mode. Although we can set key shared mode as STICKY in [KeySharedPolicy.h](https://github.com/apache/pulsar/blob/master/pulsar-client-cpp/include/pulsar/KeySharedPolicy.h ), there seems to be no way to specify the sticky hash range. **Describe the solution you'd like** Add interface and implementation to specify sticky hash range in case to actually use sticky consistent hashing in C++ client. **Additional context** None -- 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]
