Hello all,
In the gRIBI protofile specification there is a requirement to close the client connection based on some invalid request parameters, it looks like that needs to be initiated by the network element(server).
// If the client redundancy mode is ALL_PRIMARY, but a clientIs there a mechanism available in gRPC C++ to achieve this? Is it possible to get the client connection info from RPC context and initiate disconnection upon invalid parameters?
Thank you, -Ram.