Hi all, as stated in https://github.com/grpc/grpc/blob/master/doc/co... it is possible to poll the current state of a channel and there exists an API that notifies the application when a channel's state changes, but I am unable to find anything of the sort in grpc-java. Can somebody point me to where I can access such an API?
dgryski joined the channel
Undocumented has quit
derferman joined the channel
tlipcon has quit
tlipcon joined the channel
derferman has quit
dgryski joined the channel
MasterGberry joined the channel
zzarr has quit
zzarr joined the channel
mytrile joined the channel
ekarlso joined the channel
Guest44848 joined the channel
ejona
Undocumented: (if you come back, since I think you've been around before) Channel State API is missing in grpc-java. It's present in master, but not yet fully hooked up. It is two methods on ManagedChannel: getState(boolean requestConnection), notifyWhenStateChanged(State initial, Runnable)