BewareMyPower commented on issue #7800: URL: https://github.com/apache/pulsar/issues/7800#issuecomment-673872607
@wongkimshing First make it clear that KEY_SHARED is a subscription mode for consumers, key based batching is a feature of batching for producers. You can send messages **without batching** by C++ client, and consume these messages using KEY_SHARED subscription by Java client. 1. I mean C++ **consumer** can subscribe topics with KEY_SHARED mode. 2. Yeah, I'd like to continue the [development](https://github.com/BewareMyPower/pulsar/commits/key-based-batch-dev). I may just have more time after this week. ---------------------------------------------------------------- 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]
