We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
经过过去几年的发展,Service Mesh凭借其自身独特的优势在微服务治理领域占据一席之地,当前一些主流框架和社区都陆续做了一些相关对接,比如 Dubbo Mesh,对于Spring Cloud Alibaba 通过支持xds协议支持Service Mesh这块大家有什么见解? 欢迎大家在该issues下留言讨论~
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
一般都是通过注册中心往service mesh组件同步如 nacos-istio 等模块. 基本思路都是加个中间层. 个人头脑风暴. 如图. 不知道对不对路子
通过 org.springframework.cloud.client.discovery.event.InstanceRegisteredEvent同步给 xds server
org.springframework.cloud.client.discovery.event.InstanceRegisteredEvent
We decided to do it, and detail information you can see #2615
No branches or pull requests
经过过去几年的发展,Service Mesh凭借其自身独特的优势在微服务治理领域占据一席之地,当前一些主流框架和社区都陆续做了一些相关对接,比如 Dubbo Mesh,对于Spring Cloud Alibaba 通过支持xds协议支持Service Mesh这块大家有什么见解?
欢迎大家在该issues下留言讨论~
The text was updated successfully, but these errors were encountered: