Document that xds uses grpc-netty-shaded (#7877)

This commit is contained in:
Leonardo Pistone 2021-05-12 04:19:40 +02:00 committed by GitHub
parent 1882c47eb9
commit 1a655622c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@ BoringSSL. It includes pre-built libraries for 64 bit Windows, OS X, and 64 bit
Linux. For 32 bit Windows, Conscrypt is an option. For all other platforms, Java Linux. For 32 bit Windows, Conscrypt is an option. For all other platforms, Java
9+ is required. 9+ is required.
For users of xDS management protocol, the grpc-netty-shaded transport is
particularly appropriate since it is already used internally for the xDS
protocol and is a runtime dependency of grpc-xds.
For users of grpc-netty we recommend [netty-tcnative with For users of grpc-netty we recommend [netty-tcnative with
BoringSSL](#tls-with-netty-tcnative-on-boringssl), although using the built-in BoringSSL](#tls-with-netty-tcnative-on-boringssl), although using the built-in
JDK support in Java 9+, [Conscrypt](#tls-with-conscrypt), and [netty-tcnative JDK support in Java 9+, [Conscrypt](#tls-with-conscrypt), and [netty-tcnative