Skip to content

Commit

Permalink
Update TODOs for different channel credentials.
Browse files Browse the repository at this point in the history
  • Loading branch information
nimf committed Jul 8, 2022
1 parent 8080ea2 commit 34e77da
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,10 @@ public void setMultiEndpoints(List<GcpMultiEndpointOptions> 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 -> {
Expand Down

0 comments on commit 34e77da

Please sign in to comment.