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
Labels
bug
Something isn't working
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:
kafka-grpc
binding is in the "empty" stateExpected behavior
Zilla should deliver all messages and reconnect the consumer group if it becomes disconnected.
The text was updated successfully, but these errors were encountered: