Skip to content
New issue

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

Warnings about messages going to pending queue when there is nothing wrong with the connection. #75

Closed
galrose opened this issue Nov 29, 2021 · 0 comments · Fixed by #76
Assignees
Labels
bug Something isn't working

Comments

@galrose
Copy link
Collaborator

galrose commented Nov 29, 2021

Describe the bug
There is a warning that messages are going to the pending queue although they should not.
Reproduce
Please provide reproduce, For example:

  1. Run a producer that continuously produces messages to a topic
  2. Run a consumer that subscribes to that topic and logs each topic offset
  3. After a while you will start seeing warning that the messages are entering the pending queue
    Expected behavior
    When there is nothing wrong with the connection the messages should not enter the pending queue

Observed behavior
image
Environment:

  • OS: The docker compose
  • PulsarFlex version [1.12.0]
  • Pulsar version [2.8.1]
  • NodeJS version [14.18.1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant