You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/06/23 13:22:42 UTC

[GitHub] [pulsar] roelrymenants commented on a change in pull request #11040: [Issue 11036][client] Producer BatcherBuilder configuration property

roelrymenants commented on a change in pull request #11040:
URL: https://github.com/apache/pulsar/pull/11040#discussion_r657093351



##########
File path: site2/website/versioned_docs/version-2.6.3/client-libraries-java.md
##########
@@ -186,6 +186,7 @@ ProducerCryptoFailureAction|`cryptoFailureAction`|Producer should take action wh
 long|`batchingMaxPublishDelayMicros`|Batching time period of sending messages.|TimeUnit.MILLISECONDS.toMicros(1)
 int|batchingMaxMessages|The maximum number of messages permitted in a batch.|1000
 boolean|`batchingEnabled`|Enable batching of messages. |true
+BatcherBuilderType| `batcherBuilderType`| BatcherBuilder type <br/><br/>Two types are available:<li>Default</li><li>Key_Based</li>|BatcherBuilderType.Default

Review comment:
       yikes. Reverted and applied to the correct file




-- 
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:
users@infra.apache.org