grpc-java
grpc-java copied to clipboard
Tracking Issue for authority being Experimental.
In regards to #67.
Specific usages:
CallOptions.getAuthorityCallOptions.withAuthority- ~
ManagedChannelBuilder.overrideAuthority~
API review:
- Can't stabilize the CallOptions until #67 is fixed.
- Stabilize ManagedChannelBuilder.overrideAuthority, but should also tweak its documentation to say it is "okay" to use outside of tests, but intended for tests. It doesn't break any security assumptions.
API review: Needs to move forward or backward - tech debt requiring significant work