I am looking for some mechanism in which I can send some metadata(key: value) when the gRPC connection is being established. That means, only once per connection.
I know how to send it per RPC but not sure how to so it per connection level.
Any help will be appreciated.
PS: I am working in Java framework.