Update from update/networkservicemesh/sdk #385
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update go.mod and go.sum to latest version from networkservicemesh/sdk@main
PR link: networkservicemesh/sdk#1083
Commit: e4c4722
Author: Ed Warnicke
Date: 2021-10-13 16:51:05 -0500
Message:
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:
of passthrough NSEs
pf passthrough NSEs.
Signed-off-by: Ed Warnicke hagbard@gmail.com
Signed-off-by: Ed Warnicke hagbard@gmail.com
and also Rework client, connect, to simplify and prepare for simpler healing. sdk#1083 discussion_r712933068
Signed-off-by: Ed Warnicke hagbard@gmail.com
Signed-off-by: Ed Warnicke hagbard@gmail.com
Signed-off-by: Ed Warnicke hagbard@gmail.com
Signed-off-by: Ed Warnicke hagbard@gmail.com
Signed-off-by: Ed Warnicke hagbard@gmail.com
Signed-off-by: Ed Warnicke hagbard@gmail.com
Signed-off-by: Ed Warnicke hagbard@gmail.com
Signed-off-by: Ed Warnicke hagbard@gmail.com
Signed-off-by: Ed Warnicke hagbard@gmail.com
Signed-off-by: Ed Warnicke hagbard@gmail.com
Signed-off-by: Ed Warnicke hagbard@gmail.com
Signed-off-by: Ed Warnicke hagbard@gmail.com
Signed-off-by: Ed Warnicke hagbard@gmail.com
Signed-off-by: Ed Warnicke hagbard@gmail.com
Signed-off-by: Ed Warnicke hagbard@gmail.com
Signed-off-by: Ed Warnicke hagbard@gmail.com
Signed-off-by: Ed Warnicke hagbard@gmail.com