wongkimshing opened a new issue #7800: URL: https://github.com/apache/pulsar/issues/7800
**Is your enhancement request related to a problem? Please describe.** When we wanna receive messages with **KEY_SHARED** mode with Java consumer, we found there is no **KEY_BASED** option from **BatchBuilder** for C++ producer. It's kind of frustrated for the integration between C++ & Java programs. **Describe the solution you'd like** Add **KEY_SHARED** mode for C++ client and **KEY_BASED** option from **BatchBuilder** as well. ---------------------------------------------------------------- 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]
