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
my micro service server has many IPs, when i register my micro service to ETCD,i can only get serivice port , but can't knonw which ip is connected to ETCD.
i have try client.ActiveConnection() to get activeConnection IP,but no such method.
client.ActiveConnection() should return clientIP
could you add method like RemoteAddr or ClientIP method in grpc.ClientConn object?
grpc.ClientConn is return by client.ActiveConnection().
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
-
my micro service server has many IPs, when i register my micro service to ETCD,i can only get serivice port , but can't knonw which ip is connected to ETCD.
i have try client.ActiveConnection() to get activeConnection IP,but no such method.
client.ActiveConnection() should return clientIP
could you add method like RemoteAddr or ClientIP method in grpc.ClientConn object?
grpc.ClientConn is return by client.ActiveConnection().
thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions