It makes sense to filtering the instance on the server side. We just need to keep the old API work when adding the new parameters.
Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Wed, Nov 7, 2018 at 11:36 PM Sure <sure_0...@qq.com> wrote: > > https://github.com/apache/incubator-servicecomb-service-center/issues/482 > > Hi guys, > > Our system has 20+ services, and each service has 2k instances at most. All > the instances are grouped by some labels(in Properties). > > We are now querying all the instances from SC, and then filtering them by > labels on the client side. This wastes a lot of bandwidth and has poor > performance. Can SC's API provide the filtering function? > > Thx.