You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched in the issues and found nothing similar.
Read release policy
I understand that unsupported versions don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker.
Issue Description
PIP-379 depends on the consumer.pendingAcks , and the PR of PIP-379 added a new behaviour that clears consumer.pendingAcks that are smaller than md-position when calling dispatcher.readMoreEntries here. Which is very strange, it should mean that the consumer.pendingAcks does not work as expected. We’d better find the root cause of the incorrect consumer.pendingAcks , and remove the unnecessary mechanism that PIP-379 added.