Yun Long

Results 12 issues of Yun Long

After pruning dynamic launching and member management of the cluster, the persistent member storage[1] could be purged too. [1] https://github.com/megaease/easegress/blob/main/pkg/cluster/member.go

Currently, the validation `v` package has known problems: - The tag `omitempty` does not prevent it from checking validity of non-pointer data - The tag `required` does not check empty...

**Is your feature request related to a problem? Please describe.** EaseMesh will use the circuitbreaker to protect the service, but the `failureCodes` are not the sub-config of it. **Describe the...

## Background Service Mesh Interface (SMI) is a Kubernetes-native specification, it's great to implement it to easily integrate with Kubernetes mesh ecosystem. But it seems to be under active discussion...

## Background As EaseMesh has started to support non-java applications, the shadow service only supports java for now. So we want to expand our product to include as many features...