Skip to content

custom metadata populated by grpc-server missing  #1155

@ankitk-me

Description

@ankitk-me

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.

     ctx.set('foo', 'bar')
    
  • start example

    ./startup.sh
    
  • call EchoUnary rpc on grpc EchoService service.

  • Incoming response is missing custom metadata.

Expected behavior
grpc custom metadata should pass through.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions