diff --git a/grpc-gcp/src/main/java/com/google/cloud/grpc/GcpMultiEndpointChannel.java b/grpc-gcp/src/main/java/com/google/cloud/grpc/GcpMultiEndpointChannel.java index 44e04178..9d9de7e7 100644 --- a/grpc-gcp/src/main/java/com/google/cloud/grpc/GcpMultiEndpointChannel.java +++ b/grpc-gcp/src/main/java/com/google/cloud/grpc/GcpMultiEndpointChannel.java @@ -240,8 +240,10 @@ public void setMultiEndpoints(List meOptions) { } }); - // TODO: Add support for different credentials for the same endpoint. - // TODO: Add support for DirectPath. + // TODO: Support the same endpoint in different MultiEndpoint to use different channel + // credentials. + // TODO: Support different endpoints in the same MultiEndpoint to use different channel + // credentials. meOptions.forEach(options -> { // Create missing pools options.getEndpoints().forEach(endpoint -> {