-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
offloadExecutor is experimental API #6279
Comments
API review:
CC @groakley, FYI |
ejona86
added a commit
to ejona86/grpc-java
that referenced
this issue
Nov 4, 2019
The API review for grpc#6279 came up with a more meaningful name that better explains the intent. A setter for the old name was left in ManagedChannelBuilder to ease migration to the new name by current users.
ejona86
added a commit
that referenced
this issue
Nov 4, 2019
The API review for #6279 came up with a more meaningful name that better explains the intent. A setter for the old name was left in ManagedChannelBuilder to ease migration to the new name by current users.
ejona86
added a commit
to ejona86/grpc-java
that referenced
this issue
Nov 4, 2019
The API review for grpc#6279 came up with a more meaningful name that better explains the intent. A setter for the old name was left in ManagedChannelBuilder to ease migration to the new name by current users.
ejona86
added a commit
that referenced
this issue
Nov 4, 2019
The API review for #6279 came up with a more meaningful name that better explains the intent. A setter for the old name was left in ManagedChannelBuilder to ease migration to the new name by current users.
ejona86
changed the title
blockingExecutor is experimental API
offloadExecutor is experimental API
Apr 30, 2020
dfawley
pushed a commit
to dfawley/grpc-java
that referenced
this issue
Jan 15, 2021
The API review for grpc#6279 came up with a more meaningful name that better explains the intent. A setter for the old name was left in ManagedChannelBuilder to ease migration to the new name by current users.
CallCredentials needs to use offload executor. We should fix CallCredentials in ManagedChannelImpl and wait a release before stabilizing offload exeuctor. |
larry-safran
added a commit
to larry-safran/grpc-java
that referenced
this issue
Jun 10, 2022
… ManagedChannelImpl to use the offloadExecutor as indicated in grpc#6279 (comment) .
ejona86
pushed a commit
that referenced
this issue
Jun 15, 2022
Change the construction of CallCredentialsApplyingTransportFactory in ManagedChannelImpl to use the offloadExecutor as indicated in #6279 (comment) .
larry-safran
added a commit
to larry-safran/grpc-java
that referenced
this issue
Jun 28, 2022
… ManagedChannelImpl to use the offloadExecutor as indicated in grpc#6279 (comment) .
Ready to stabilize per meeting. |
larry-safran
added a commit
to larry-safran/grpc-java
that referenced
this issue
Mar 4, 2023
larry-safran
added a commit
that referenced
this issue
Mar 6, 2023
* api:Stabalize offloadExecutor. fixes #6279
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ManagedChannelBuilder.offloadExecutor()
NameResolver.Args
setOffloadExecutor()
/getOffloadExecutor()
Was originally added in #6238 (was renamed from blockingExecutor)
The text was updated successfully, but these errors were encountered: