Custom registry for integration with Dubbo

hi, anyone knows how can we develop a custom registry to support istio integration with external service provider? in China, Dubbo is very popular to use for service registry & discovery, we’re investigating how to do integration between Istio and Dubbo. Thanks,

This question is likely better addressed within networking & environments working groups.

Take a look at how consul is implemented in istio pilot. Follow the same pattern. Alternatively, implement the mcp protocol, and serve your custom registry as service entries to pilot via grpc streams. This is what galley does for k8s

1 Like