Describe the bug
Custom metadata populated by grpc-server was missing while trying to consume messages.
To Reproduce
grpc.kafka.proxy
Steps to reproduce the behavior:
-
update the grpc-service to include custom metadata as part of response.
-
start example
-
call EchoUnary rpc on grpc EchoService service.
-
Incoming response is missing custom metadata.
Expected behavior
grpc custom metadata should pass through.