apache / dubbo-go-pixiu

Based on the proxy gateway service of dubbo-go, it solves the problem that the external protocol calls the internal Dubbo cluster. At present, it supports HTTP and gRPC[developing].
https://dubbogo.github.io/dubbo-go-proxy/
Apache License 2.0
487 stars 154 forks source link

Pixiu Control Plane Integrate with Data Plane #489

Open AlbumenJ opened 2 years ago

AlbumenJ commented 2 years ago

What happened:

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

ma642 commented 2 years ago

目标:pixiu as ingress gateway。

功能:

  1. 服务发现,协议转换。(http2dubbo / http2triple 、 dubbo 2 dubbo/triple, dubb 2 http );
  2. 基于xDS 进行Listener配置
  3. 基于polit 进行dubbo 服务发现。
  4. 基于VirtualService 来将dubbo服务绑定到网关