sodaRyCN

Results 10 issues of sodaRyCN

`https://github.com/spring-cloud/spring-cloud-gateway/blob/b8dbdc1fbff8e232c4f21f5832f6d506580a2dcb/spring-cloud-gateway-webflux/src/main/java/org/springframework/cloud/gateway/webflux/ProxyExchange.java#L411` why not like below code: ` private void appendXForwarded(URI uri) { headers.add("x-forwarded-host", uri.getHost()); headers.add("x-forwarded-proto", uri.getScheme()); } ` With the current scg method, the downstream must know that the X-Forward...

waiting-for-triage

We are currently using skywalking instead of zipkin in production environment . We expect to be able to switch to skywalking as easily as modifying the configuration, rather than secondary...

enhancement

1、请教下,当前mosn是否支持grpc双向流代理。 从[PR](https://github.com/mosn/mosn/issues/999)上看是支持; 从[ISSUE](https://github.com/mosn/mosn/issues/954)上看不支持; 2、从源码上初步看是基于http2标准库实现了[mhttp2.go](https://github.com/mosn/mosn/blob/master/pkg/module/http2/mhttp2.go),并封装[stream](https://github.com/mosn/mosn/blob/master/pkg/stream/http2/stream.go)来实现双向流支持,我理解是分别使用CreateServerStream和CreateClientStream来分别对接grpc上的上下游,不知道是否有误;

![企业微信截图_16633259236814](https://user-images.githubusercontent.com/35725024/190681125-3343850d-452e-4880-a8e8-bbceaac1651b.png) This PR is for the proxy that easegress can support the gRPC protocol. The simple process is shown in the figure above, which can forward the traffic on the...

as title describe , and change api