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

Using the grpc.kafka.proxy example setup, Zilla will periodically not deliver the message to the gRPC service defined in the kafka-grpc binding #881

Closed
vordimous opened this issue Mar 26, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@vordimous
Copy link
Contributor

Describe the bug
I taxi demo the user sends a new taxi hail request through a grpc kafka proxy setup where a remote grpc service is called synchronously. The request kafka topic is recording the request message but the grpc service does not log receiving that message or throw any errors and there is never a "response" message produced on the responses topic.

To Reproduce
Steps to reproduce the behavior:

  1. run the taxi-demo
  2. Hail taxis
  3. At some point the number of messages on the grpc request and response topics won't match indicating Zilla never delivered the request message.
  4. The consumer group for the kafka-grpc binding is in the "empty" state

Expected behavior
Zilla should deliver all messages and reconnect the consumer group if it becomes disconnected.

@jfallows
Copy link
Contributor

jfallows commented May 7, 2024

No longer reproducible.

@jfallows jfallows closed this as completed May 7, 2024
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

No branches or pull requests

3 participants