Bomin Zhang

Results 73 comments of Bomin Zhang

@mdempsky , I implement a source caching based on your master branch, at [localvar/gocode](https://github.com/localvar/gocode). I hope I could send a PR to you, but seems too difficult for me to...

There seems a gap between the concepts of SMI and Easemesh. Take the [TrafficTarget](https://github.com/servicemeshinterface/smi-spec/blob/main/apis/traffic-access/v1alpha3/traffic-access.md) in SMI as an example: ```YAML kind: TrafficTarget metadata: name: path-specific namespace: default spec: destination: kind:...

Yes, the 1st one is the correct way. The 2nd: it is a bug, we have set the 'Content-Type' to 'application/json' in the code, but it is not working. I...

For non-2XX responses, theoretically, it is possible that the request hasn't been processed by our code, so I think the client should not be so strict on them.

the 2nd issue has been fixed in PR https://github.com/megaease/easegress/pull/430. the 4th is a little complex and needs more time to fix.

@zamazan4ik , our official released binaries only support 386 and amd64 by now. But Easegress is built by Go, so it should support all architectures supported by Go, including ARM....

hi @madugula007 , I'm unclear about the word `integration` and your requirement. For service mesh, we have a product [EaseMesh](https://github.com/megaease/easemesh) built on Easegress.

For a simple CORS request, the browser won't do an OPTIONS request, so I still think this is an issue.

If cannot make `Join` and `In` to support query, is it possible to add new functions like: `JoinQuery` and `InQuery`?

Thanks for raising the requirement, we will consider adding the support.