We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using a managed consumer with QueueSize == 1, eg
c := pulsar.ManagedConsumerConfig{ QueueSize: 1, }
Then it's expected that c.ReceiveAsync receive messages.
c.ReceiveAsync
The managed consumer incorrectly sets the highwater to 0, which incorrectly performs flow control.
v0.0.1
The text was updated successfully, but these errors were encountered:
awilliams
No branches or pull requests
Expected behavior
When using a managed consumer with QueueSize == 1, eg
Then it's expected that
c.ReceiveAsync
receive messages.Actual behavior
The managed consumer incorrectly sets the highwater to 0, which incorrectly performs flow control.
System configuration
v0.0.1
The text was updated successfully, but these errors were encountered: