You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to implement metadata support which is already available in the underlying grpc client but puzzling missing from the wrapped Client interface.
This is easy to implement by copy/pasting the PublishClient code, but I'm unable to retrieve a grpc client to use. So instead, I'll need to implement my own to call the grpc interface.
Describe the solution you'd like
It would be easier if Client interface supported retrieving the grpc client it uses.
Describe alternatives you've considered
Write my own client interface that just uses the grpc client directly.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I want to implement metadata support which is already available in the underlying grpc client but puzzling missing from the wrapped Client interface.
This is easy to implement by copy/pasting the PublishClient code, but I'm unable to retrieve a grpc client to use. So instead, I'll need to implement my own to call the grpc interface.
Describe the solution you'd like
It would be easier if Client interface supported retrieving the grpc client it uses.
Describe alternatives you've considered
Write my own client interface that just uses the grpc client directly.
The text was updated successfully, but these errors were encountered: