slime-io / slime

An intelligent ServiceMesh manager based on Istio
https://slime-io.github.io/
Other
424 stars 78 forks source link

meshregistry: sources support generating mock service which contains merged ports #316

Closed YonkaFang closed 1 year ago

YonkaFang commented 1 year ago

changes:

  1. refactor the merge-ports-to-mock-serviceentry logic in zk source into a standalone component ServiceEntryMergePortMocker;

  2. use the ...Mocker to add the same feature to other sources: nacos and eureka;

  3. align the init-source code of sources;