sijie 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_r379144713
########## File path: conf/broker.conf ########## @@ -312,6 +312,9 @@ delayedDeliveryEnabled=true # Default is 1 second. delayedDeliveryTickTimeMillis=1000 +# Whether to enable acknowledge of batch local index. +batchIndexAcknowledgeEnable = true Review comment: ```suggestion batchIndexAcknowledgementEnabled = true ``` ---------------------------------------------------------------- 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
