-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework client, connect, to simplify and prepare for simpler healing.
Previously we had a single 'client' per grpc.ClientConnInterface. This created a lot of complexity, particularly in connect. This rework of client moves to a single 'client' that can handle multiple grpc.ClientConnInterfaces. This vastly simplified both the client chain and connect chain. Finally, heal has been temporarily removed in preparation for a rework of heal focused on back propogating Connection 'DOWN' events via monitor. The net net at the end of the process should be: 1) Refresh is only originated by actual clients, not the 'client' part of passthrough NSEs 2) Heal will only be originated by actual clients, not the 'client' part pf passthrough NSEs. Signed-off-by: Ed Warnicke <hagbard@gmail.com>
- Loading branch information
1 parent
07ced33
commit c7c2da4
Showing
38 changed files
with
670 additions
and
3,480 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.