BewareMyPower commented on PR #187: URL: https://github.com/apache/pulsar-client-cpp/pull/187#issuecomment-1423745916
> Wouldn't it be better for other functioning producers to send messages? I agree with you. The bahavior of the Java client is to remove the producers for all new added partitions. I think we can fix it in another PR. > Other question: When partitions are changed, we can't guarantee that the same key is sent to the same parition-topic, right? (RoundRobinMode) Yes. It's an expected behavior of the partitions change. Messages with the same key are sent to the same partition **only if** the partitions does not change. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
