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

Running zilla with the kafka-grpc binding in a cluster with multiple instances results in each instance delivering a message to the configured remote_server #882

Closed
vordimous opened this issue Mar 26, 2024 · 0 comments · Fixed by #1021
Assignees
Labels
bug Something isn't working

Comments

@vordimous
Copy link
Contributor

Describe the bug
Running 3 zilla instances with the exact same config delivering messages to a gRPC service using the kafka-grpc binding results in each zilla instance delivering the same message.

To Reproduce
Steps to reproduce the behavior:

  1. run the grpc.kafka.proxy example with replica count of 3
  2. 3 messages are delivered to the gRPC service

Expected behavior
Zilla should respect the consumer group rules and distribute messages across zilla instances. (n) number of zilla instances should work with (n) number of partitions for the same topic.

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