zzzming commented on a change in pull request #6052: [PIP-54] Acknowledgement 
for batch message local index
URL: https://github.com/apache/pulsar/pull/6052#discussion_r378966703
 
 

 ##########
 File path: 
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java
 ##########
 @@ -171,6 +171,9 @@
             + " affecting the accuracy of the delivery time compared to the 
scheduled time. Default is 1 second.")
     private long delayedDeliveryTickTimeMillis = 1000;
 
+    @FieldContext(category = CATEGORY_SERVER, doc = "Whether to enable the 
acknowledge of batch local index")
+    private boolean batchIndexAcknowledgeEnable = true;
 
 Review comment:
   If this is a feature has to enabled on the broker, is there a way for 
consumer to know or set such feature is supported? I think the problem comes 
how to help troubleshooting when both broker and consumer need to support 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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to