We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d78a99 commit 46c502fCopy full SHA for 46c502f
src/main/java/com/rabbitmq/stream/ProducerBuilder.java
@@ -103,7 +103,7 @@ public interface ProducerBuilder {
103
* <p>A dynamic-batch approach improves latency for low ingress rates. It can be counterproductive
104
* for sustained high ingress rates.
105
*
106
- * <p>Set this flag to <code>true</code> if you want as little delay as possible before calling
+ * <p>Set this flag to <code>true</code> if you want as little delay as possible between calling
107
* {@link Producer#send(Message, ConfirmationHandler)} and the message being sent to the broker.
108
109
* <p>Set this flag to <code>false</code> if latency is not critical for your use case and you
0 commit comments