Results 76 comments of ZHANG Dapeng

@vvkovtun, @Jonpez2 The stats issue with retry is finally resolved in #8362 with the gRFC https://github.com/grpc/proposal/blob/master/A45-retry-stats.md @Nemant `enableRetry()` and `disableRetry()` is stabilized from v1.40.1.

@trustin I think you can define/fork your own function similar to `TestUtils.newSslSocketFactoryForCa()`, it's not hard because the function is not dependent on gRPC library. The source code is at https://github.com/grpc/grpc-java/blob/master/testing/src/main/java/io/grpc/internal/testing/TestUtils.java

Deprecated `io.grpc.testing.StreamRecorder` in v1.8.0 and to be removed at v1.9.0

Deprecated `public static ServerInterceptor recordServerCallInterceptor( final AtomicReference

given the potential anonymous inprocess channel #1953, keep it unscheduled.