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

mqtt-kafka binding uses 2 different consumer groups per mqtt client #698

Closed
jfallows opened this issue Jan 4, 2024 · 0 comments · Fixed by #731
Closed

mqtt-kafka binding uses 2 different consumer groups per mqtt client #698

jfallows opened this issue Jan 4, 2024 · 0 comments · Fixed by #731
Assignees
Labels
bug Something isn't working

Comments

@jfallows
Copy link
Contributor

jfallows commented Jan 4, 2024

Describe the bug
mqtt-kafka binding uses 2 different consumer groups per mqtt client (instead of just one).

To Reproduce
Steps to reproduce the behavior:

  1. Run mqtt.kafka.broker example
  2. Connect mqtt client
  3. List consumer groups in Kafka
  4. See multiple consumer groups created for the same mqtt client

Expected behavior
There should be only one consumer group for each mqtt client.

Screenshots
None

Desktop (please complete the following information):
N/A

Smartphone (please complete the following information):
N/A

Additional context
None

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.

2 participants