You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support xDS protocol to communicate with the Control Plane of Service Mesh. Issue sermant-io#1515
(1)Implements communication based on the xDS protocol and Istio data plane.
(2)Implements the service discovery capability in the K8S scenario based on the CDS and EDS protocols.
(3)In the Kubernetes scenario, the Sermant framework implements the service discovery capability based on the CDS and EDS protocols and provides an interface for the Sermant plugin to obtain service instances.
Support configuration management on the sermant-backend. Issue sermant-io#1528
(1)Support configuration management on the sermant-backend page.
(2)Support Zookeeper, Nacos, and Kie configuration centers.
📈 Improvements
Refactor all packages to io.sermant to keep a consistent directory structure. Issue sermant-io#1505
Reconstruct the dynamic configuration service and provide services for the sermant-backend through a unified interface. Issue sermant-io#1523