Hello,
I am trying to figure out if there is a way for the gRPC server to trigger the gRPC client to retry a request on the next server node in the ipv4: address list without resorting to shutting down the server or the channel with the gRPC client.
I have tried many different return codes, but it seems that the only way to make the gRPC client move on to the next server IP is by terminating the gRPC channel.
Does anyone know if what I want to do is achievable?
Eddie.