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
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Currently, GRPC clients support communication only over plaintext.
We need a constructor in each of client classes to pass a ManagedChannelBuild<?> object
This will enable clients to configure keep-alive, TLS, MTLS and other things provided by the builder.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, GRPC clients support communication only over plaintext.
We need a constructor in each of client classes to pass a ManagedChannelBuild<?> object
This will enable clients to configure keep-alive, TLS, MTLS and other things provided by the builder.
Raised a PR to address the same issue
#3301
Beta Was this translation helpful? Give feedback.
All reactions