dubbo-go Proxyless Mesh
- Mentors
- laurence
- Organization
- Apache Software Foundation
- Technologies
- java, golang
- Topics
- proxyless
Service mesh has brought new vitality to the rpc field, but the complexity and performance loss of the sidecar deployment discourages users. Proxyless is to put the related functions of sidecar directly into the rpc sdk, so that users can not only enjoy the advantages of mesh, but also avoid the loss of sidecar.
Now dubbo proxyless mesh already supports some mesh functions, such as service registration and service discovery of XDS protocol. Dubbo needs to support more service mesh functions, such as service routing, service rate limiting, etc.