spring-cloud-kubernetes icon indicating copy to clipboard operation
spring-cloud-kubernetes copied to clipboard

Request for support on xds

Open hzxuzhonghu opened this issue 2 years ago • 4 comments

We have met many users who want to use istio, in order to do this users need to drop many features provided by spring cloud.

I have an idea, could springcloud support xds, so it could connect to any management server and communicate with it via xds. It is beneficial for both spring cloud and the popular mesh concept. BTW, grpc has recently supported xds

hzxuzhonghu avatar Nov 27 '21 07:11 hzxuzhonghu

Are you imagining a DiscoveryClient xDS implementation?

ryanjbaxter avatar Nov 29 '21 15:11 ryanjbaxter

Yes, definitely need a discovery client and after it gets xds from server, it need to convert the config to what springcloud knows

hzxuzhonghu avatar Nov 30 '21 01:11 hzxuzhonghu

If this is something we see demand for we can certainly consider it

ryanjbaxter avatar Nov 30 '21 01:11 ryanjbaxter

Thanks. We want to make our spring cloud app communicate with service mesh ones, and behave like those.

hzxuzhonghu avatar Nov 30 '21 01:11 hzxuzhonghu