Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add a method to get gRPC connection from the client
This change is for Theila which is going to use gRPC proxy to forward requests from TS frontend right to the node's apid. `gRPC` proxy operates on top of `grpc.ClientConn` objects, so getting this connection from the clients which are already being created is the easiest path. Signed-off-by: Artem Chernyshev <[email protected]>
- Loading branch information