googleapis / googleapis/google-cloud-java
[sdk-platform-java] InstantiatingGrpcChannelProvider - Support non-host:port target strings
Đang mở
priority: p3
type: feature request
- Ngôn ngữ chính
- Java
- Star
- 2.1k
- Fork
- 1.2k
- Merge trung bình
- 1 ngày 23 giờ
- Pull request đã merge (30 ngày)
- 154
Mô tả
Currently, `InstantiatingGrpcChannelProvider` endpoints must be host:port strings. This is a request to support target strings, e.g. that can be resolved using custom name resolvers. Implementation-wise, it seems that allowing a target string to be passed through to `ManagedChannelBuilder.forTarget()` instead of `forAddress()` would be sufficient.
Primary use cases are for testing.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.