saosir commented on pull request #9072: URL: https://github.com/apache/pulsar/pull/9072#issuecomment-754524414
@BewareMyPower I hava a question. Why default router policy of `PartitionedProducer` is `SinglePartition` in pulsar-client-cpp https://github.com/apache/pulsar/blob/afe6af2520362917668b9cc0eaa608e540dc8c50/pulsar-client-cpp/lib/ProducerConfigurationImpl.h#L56 but in pulsar-client-java is `RoundRobinPartition` https://github.com/apache/pulsar/blob/afe6af2520362917668b9cc0eaa608e540dc8c50/pulsar-client/src/main/java/org/apache/pulsar/client/impl/ProducerBuilderImpl.java#L317-L319 ---------------------------------------------------------------- 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]
