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

Not cleaning up group stream on group leave response. #491

Closed
akrambek opened this issue Oct 4, 2023 · 0 comments · Fixed by #492
Closed

Not cleaning up group stream on group leave response. #491

akrambek opened this issue Oct 4, 2023 · 0 comments · Fixed by #492
Assignees
Labels
bug Something isn't working

Comments

@akrambek
Copy link
Contributor

akrambek commented Oct 4, 2023

Describe the bug
We are not cleaning up stream on group leave response.

To Reproduce

  1. run Zilla with the same zilla.yaml used in the mqtt.kafka.broker example, disable connection pool, so we don't run into the bugs on that side (I've run Zilla + Kafka locally, so it's easier to debug)
  2. use mosquitto_pub -V 'mqttv5' --topic 'zilla' --message 'Hello, world' --debug --insecure -i my-client-id-1 a couple of times, using the same clientId
  3. eventually, it'll stuck on receiving CONNACK.
@akrambek akrambek added the bug Something isn't working label Oct 4, 2023
@akrambek akrambek self-assigned this Oct 4, 2023
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