Closed
Description
Right now, rpc-behavior is only supported for C++ and Java. For tests which require rpc-behavior, interop tests overwrite server side to Java (see: https://github.com/grpc/grpc/blob/master/tools/run_tests/xds_k8s_test_driver/tests/outlier_detection_test.py#L58). It would be nice to have this support in Go as well so we can test our interop Go client with a Go server.