momo-jun commented on code in PR #15368:
URL: https://github.com/apache/pulsar/pull/15368#discussion_r925208920


##########
site2/docs/cookbooks-deduplication.md:
##########
@@ -70,7 +74,7 @@ The instructions for Java, Python, and C++ clients are 
different.
 <!--DOCUSAURUS_CODE_TABS-->
 <!--Java clients-->
 
-To enable message deduplication on a [Java 
producer](client-libraries-java.md#producers), set the producer name using the 
`producerName` setter, and set the timeout to `0` using the `sendTimeout` 
setter. 
+Not to break the guarantee order on a [Java 
producer](client-libraries-java.md#producers) sending to a topic with message 
deduplication active, set the producer name using the `producerName` setter, 
and set the timeout to `0` using the `sendTimeout` setter. 

Review Comment:
   ```suggestion
   To ensure the guarantee order on a [Java 
producer](client-libraries-java.md#producers) sending to a topic with message 
deduplication enabled, set the producer name using the `producerName` setter, 
and set the timeout to `0` using the `sendTimeout` setter. 
   ```
   
   @AlvaroStream did you want to say something like this?



-- 
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]

Reply via email to