grpc-java/core
Terry Wilson 78cf1c39cf
core: Apply RetryingNameResolver in ManagedChannelImpl (#10371)
Wrapping the DnsNameResolver in DnsNameResolverProvider can cause
problems to external name resolvers that delegate to a DnsResolver
already wrapped in RetryingNameResolver. ManagedChannelImpl would
end up wrapping these name resolvers again, causing an exception
later from a RetryingNameResolver safeguard that checks for double
wrapping.
2023-07-12 10:14:50 -07:00
..
src core: Apply RetryingNameResolver in ManagedChannelImpl (#10371) 2023-07-12 10:14:50 -07:00
BUILD.bazel bazel: Export deps from maven stand-in targets 2023-01-03 13:36:27 -08:00
build.gradle context, all: move Context classes to grpc-api (#10313) 2023-06-28 18:28:30 -07:00