sdk
sdk copied to clipboard
Signed-off-by: Mikhail Avramenko ## Description Changed usage of grpcfd according to changes in https://github.com/edwarnicke/grpcfd/pull/21 ## Issue link https://github.com/networkservicemesh/sdk/issues/1118 ## How Has This Been Tested? - [ ] Added unit testing...
Signed-off-by: Mikhail Avramenko ## Description Added another span logger for 'infinite' Find case scenario(registry) ## Issue link https://github.com/networkservicemesh/sdk/issues/1085 ## How Has This Been Tested? - [ ] Added unit testing...
Signed-off-by: denis-tingajkin ## Description **Please do not merge.** This PR just checks the stability of our CI.
## Question In light of https://github.com/networkservicemesh/sdk/pull/1027 how would we handle a case where a single registry is handling multiple domains? ## Examples A single registry server is handling @floating-1 and...
## Expected Behavior There can be more specific rules depending on the class of the prefix but the general rule is the host portion of an IP address of all...
## Motivation nsmgr could validate incoming requests from NSC to fast fail it if the incoming request is invalid. In this case, we can get a fast response without resource...
## Description zap is Blazing fast, structured, leveled logging in Go. https://github.com/uber-go/zap It has better performance than logrus ~30x times https://github.com/uber-go/zap#performance Question: Should we try to replace logrus to zap?
nsmgr copies the connection context from the NSE response. Not all information should be copied. Determine what we should filter and implement a mechanism to do so. Also, provide a...
Support for embedding OPA was added with #40. Supporting a remote OPA evaluation engine will be useful.
This is a followup for after #45. We will also need authorization chain elements for connection.MonitorNetworkServiceServer and connection.MonitorNetworkServiceClient. Please put them in the pkg/registry/common/ subdir