please see below the logs from the gRPC client, so server1 (localhost:9095) is running first, then the client start making requests, afterward, I started up server2 (localhost:9096), then I see the following logs, and the request is not sent to server2.
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-12] Created with target localhost:9095
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-12] Created with target localhost:9095
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-12] Exiting idle mode
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-12] Exiting idle mode
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-12] resolved address: [[addrs=[localhost/
127.0.0.1:9095], attrs={}], [addrs=[localhost/0:0:0:0:0:0:0:1:9095], attrs={}]], config={}
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-12] resolved address: [[addrs=[localhost/
127.0.0.1:9095], attrs={}], [addrs=[localhost/0:0:0:0:0:0:0:1:9095], attrs={}]], config={}
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-12] io.grpc.internal.InternalSubchannel-14 created for [[addrs=[localhost/
127.0.0.1:9095], attrs={}], [addrs=[localhost/0:0:0:0:0:0:0:1:9095], attrs={}]]
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-12] io.grpc.internal.InternalSubchannel-14 created for [[addrs=[localhost/
127.0.0.1:9095], attrs={}], [addrs=[localhost/0:0:0:0:0:0:0:1:9095], attrs={}]]
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-12] shutdownNow() called
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-12] shutdownNow() called
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-12] shutdown() called
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-12] shutdown() called
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-12] Shutting down
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-12] Shutting down
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-16] Created with target localhost:9096
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-16] Created with target localhost:9096
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-12] Terminated
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-12] Terminated
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-16] Exiting idle mode
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-16] Exiting idle mode
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-16] resolved address: [[addrs=[localhost/
127.0.0.1:9096], attrs={}], [addrs=[localhost/0:0:0:0:0:0:0:1:9096], attrs={}]], config={}
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-16] resolved address: [[addrs=[localhost/
127.0.0.1:9096], attrs={}], [addrs=[localhost/0:0:0:0:0:0:0:1:9096], attrs={}]], config={}
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-16] io.grpc.internal.InternalSubchannel-18 created for [[addrs=[localhost/
127.0.0.1:9096], attrs={}], [addrs=[localhost/0:0:0:0:0:0:0:1:9096], attrs={}]]
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-16] io.grpc.internal.InternalSubchannel-18 created for [[addrs=[localhost/
127.0.0.1:9096], attrs={}], [addrs=[localhost/0:0:0:0:0:0:0:1:9096], attrs={}]]
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-16] shutdownNow() called
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-16] shutdownNow() called
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-16] shutdown() called
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-16] shutdown() called
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-16] Shutting down
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-16] Shutting down
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-4] resolved address: [[addrs=[localhost/
127.0.0.1:9095], attrs={}], [addrs=[localhost/
127.0.0.1:9096], attrs={}]], config={}
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-4] resolved address: [[addrs=[localhost/
127.0.0.1:9095], attrs={}], [addrs=[localhost/
127.0.0.1:9096], attrs={}]], config={}
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-4] io.grpc.internal.InternalSubchannel-20 created for [[addrs=[localhost/
127.0.0.1:9096], attrs={}]]
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-4] io.grpc.internal.InternalSubchannel-20 created for [[addrs=[localhost/
127.0.0.1:9096], attrs={}]]
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-16] Terminated
[io.grpc.internal.ManagedChannelImpl][io.grpc.internal.ManagedChannelImpl-16] Terminated