-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Tracking Issue for Netty being Experimental. #1784
Comments
|
In the future, these kinds of questions would be better answered on the user forum here: https://groups.google.com/forum/#!forum/grpc-io |
I've got some questions:
|
|
@carl-mastrangelo
gives this error.
Does this mean SO_TIMEOUT is not allowed with NettyChannelBuilder with Grpc and the client service should use withDeadline on stub? |
There are no plans to ever stabilize this API. |
Despite Netty being the default and recommended transport, we mark is as experimental, implying it is not stable. Once the transport layer is stable, this should be promoted.
Either we should commit to supporting it, or commit to a subset of the methods exposed.
Specific usages:
GrpcSslContexts
GrpcSslContexts.configure
NegotiationType
NettyChannelBuilder
NettyServerBuilder
The text was updated successfully, but these errors were encountered: