in addition, gRPC round robin only impacts the nod...
# spicedb
j
in addition, gRPC round robin only impacts the node which takes the originating gRPC request off the wire, decodes it, and in the case of check requests, calculates which node is responsible for it, and then dispatches it off to that node. Round robin is probably working correctly. You can use the default grpc server prometheus metrics to verify this