slime-io / slime

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

meshregistry: remove arg AggregateDubboMethods and add methods label to zk/cacheJson api #374

Closed YonkaFang closed 1 year ago

YonkaFang commented 1 year ago

原因:

  1. 为了不扰动istio,之前的mr里改为默认不聚合dubbo methods到serviceentry label。 留下一个可选参数做fallback。 但基本无用,所以删除;

  2. 存量接口依赖了serviceentry该label,所以给该接口补回该元数据;