hashicorp / consul

Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
https://www.consul.io
Other
28.37k stars 4.42k forks source link

[feature request] Apache Dubbo support in Consul Connect #9583

Open Oloremo opened 3 years ago

Oloremo commented 3 years ago

Apache Dubbo is a widely used RPC protocol in the microservices ecosystem, which has already been supported by Envoy proxy.

It would be nice to see Consul Connect to support it in some way. The most important path seems to be a service registration since for Dubbo it's very important to keep the correct meta as Consul tags.

Oloremo commented 3 years ago

For reference: https://github.com/istio/istio/issues/26712