Jiezhang Wang

Results 124 comments of Jiezhang Wang

This is indeed a feature worth supporting. The modification method can be obtained from https://github.com/multiformats/go-multiaddr: ``` /dns4/www.domain.com/tcp/6713 ```

Need add the default value of ServiceFilterMode in https://github.com/kubeedge/edgemesh/blob/main/pkg/apis/config/v1alpha1/default.go: ``` // NewDefaultEdgeMeshAgentConfig returns a full EdgeMeshAgentConfig object func NewDefaultEdgeMeshAgentConfig() *EdgeMeshAgentConfig { ... Modules: &AgentModules{ .... EdgeProxyConfig: &EdgeProxyConfig{ Enable: false, ServiceFilterMode:...

@siredmar Hello, please also modify the code according to the review suggestion. If there is anything else you can ping me.

@siredmar Everything is ok, finally please squash your commits.

need `go >= 1.17`

This is a controversial issue. If someone have 20 services running that are edge only and 1 or 2 services that are cloud only, what to do with these users?