-
Notifications
You must be signed in to change notification settings - Fork 27
Conversation
Looks good. It will fail of course until we merge the main SDK PR in the nsm repo |
Simplify SDK Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Have some questions though. Please check.
|
||
compositeEndpoints = append(compositeEndpoints, endpoint.NewConnectionEndpoint(configuration)) | ||
|
||
compositeEndpoints = append(compositeEndpoints, NewUniversalCNFEndpoint(backend, e)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, is this still appending?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure I've understand comment.
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The failures look strange and might be related to some CI resource scheduling. Will merge this and try to fix after.
Simplify SDK
Fixes related to networkservicemesh/networkservicemesh#1524
Signed-off-by: Andrey Sobolev haiodo@gmail.com