-
Notifications
You must be signed in to change notification settings - Fork 37
GrpcTransportOptions uses internal grpc APIs #1009
Comments
Memo: that's the only places in this repository that touch
The lines were added in 2016 commit 827a94d9 in old repository googleapis/google-cloud-java#1011 Todo on me:
|
What sort of timeframe does p3 mean this might get fixed? I opened the original issue 3.5 years ago. P3 makes me worry it will be another 3 years and nothing will have happened here. Given this is a diamond dependency danger, it seems inappropriate to be p3. If this is fixed tomorrow, it will still be an issue for another year-ish afterward, as users should be able to upgrade their grpc version at-will and they may be using an older java-core version. |
@ejona86 I'm afraid p3 is not high priority and it may not match the urgency you have in mind. Do you have a plan to remove or restrict the access of the |
@chingor13 I see #129 might fix the issue. What was the problem that prevented you from merging it? |
@ejona86 We will discuss this in a team meeting and will get back to you in few days. |
This is reopening #120 which should not have been closed. Internal APIs change without warning, which would break your users. Please remove the usage of the internal APIs.
java-core/google-cloud-core-grpc/src/main/java/com/google/cloud/grpc/GrpcTransportOptions.java
Lines 35 to 36 in 13414b6
The text was updated successfully, but these errors were encountered: