slime-io / slime

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

meshregistry: zk source support arg SingleAppService,MethodLBServiceSelectors #469

Closed YonkaFang closed 7 months ago

YonkaFang commented 7 months ago

usage:

        ZookeeperSource:
          # ...
          SingleAppService: true # 此为前置需求,开启该特性才能让服务具有 application label
          MethodLBServiceSelectors:
          - matchLabels:
              application: foo # 只开启该服务/app上的method-lb
          # ...