grpc-java/core/src/test
Terry Wilson fcb5c54e4b
Move name resolution retry from managed channel to name resolver (take #2) (#9812)
This change has these main aspects to it:

1. Removal of any name resolution responsibility from ManagedChannelImpl
2. Creation of a new RetryScheduler to own generic retry logic
     - Can also be used outside the name resolution context
3. Creation of a new RetryingNameScheduler that can be used to wrap any
   polling name resolver to add retry capability
4. A new facility in NameResolver to allow implementations to notify
   listeners on the success of name resolution attempts
     - RetryingNameScheduler relies on this
2023-02-03 18:23:32 -08:00
..
java/io/grpc Move name resolution retry from managed channel to name resolver (take #2) (#9812) 2023-02-03 18:23:32 -08:00
resources/io/grpc/internal core: Move io.grpc to grpc-api 2019-04-16 21:45:40 -07:00