Spring Boot - xDS
2021, Aug 26
Some documents about Service Discovery for gRPC services by xDS protocol
Reference
- https://github.com/envoyproxy/java-control-plane
- https://github.com/envoyproxy/go-control-plane
- https://dzone.com/articles/guidance-for-building-a-control-plane-for-envoy-pa
- https://www.infoq.com/news/2018/12/envoycon-square-alibaba/
- https://morioh.com/p/a2611d5536d9
- https://github.com/salrashid123/grpc_xds
- https://salmaan-rashid.medium.com/grpc-xds-loadbalancing-a05f8bd754b8
- https://dev.to/techschoolguru/load-balancing-grpc-service-with-nginx-3fio#client-side-load-balancing
- https://github.com/makdharma/grpc-zookeeper-lb
- https://github.com/mykidong/grpc-java-load-balancer-using-consul/tree/master/src/main/java
- https://github.com/makdharma/grpc-zookeeper-lb
- https://sultanov.dev/blog/grpc-client-side-load-balancing/