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:
- run the taxi-demo
- Hail taxis
- At some point the number of messages on the grpc request and response topics won't match indicating Zilla never delivered the request message.
- 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.