merlimat commented on a change in pull request #3263: Improve documentation for
message routing mode
URL: https://github.com/apache/pulsar/pull/3263#discussion_r244442429
##########
File path:
pulsar-client/src/main/java/org/apache/pulsar/client/api/MessageRoutingMode.java
##########
@@ -26,7 +26,8 @@
*/
public enum MessageRoutingMode {
/**
- * The producer will chose one single partition and publish all the
messages into that partition.
+ * If no key is provided, The partitioned producer will choose one single
partition and publish all the messages into that partition.
Review comment:
-> `will randomly pick one single ...`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services