rdhabalia opened a new pull request #2953: Avoid debug noise by consumer ack-tracker URL: https://github.com/apache/pulsar/pull/2953 ### Motivation Consumer Ack-tracker continuously logs below debug-log and flushing without any acking activity. ``` 10:16:44.094 [pulsar-client-io-26-1:org.apache.pulsar.client.impl.PersistentAcknowledgmentsGroupingTracker@153] INFO org.apache.pulsar.client.impl.PersistentAcknowledgmentsGroupingTracker - [ConsumerBase{subscription='my-subscriber-name', consumerName='3b5d6', topic='persistent://my-property/my-ns/my-topic1'}] Flushing pending acks to broker: last-cumulative-ack: -1:-1:-1 -- individual-acks: [] ``` ### Modifications avoid logging if nothing to ack.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
