example: in one env , there are two shenyus with different databases and only one zk cluster.
the shenyu1 service for some intranet services. another one service for opening services to client user. ------------------ Original ------------------ From: "wei liu"<[email protected]>; Date: Wed, Oct 27, 2021 09:48 PM To: "dev"<[email protected]>; Subject: Re: [Discussion] The shenyu Application with different database but just one registry Hi, bro: You want to use a zk in different environments,so add instance as a distinguishing mark. But one environments like test/dev/sit/pre, i think should has its own set of components. Maybe isn't a common feature. zcq <[email protected]> 于2021年10月27日周三 下午3:05写道: > Hi bros: > > > there are many shenyu application with different database but just one > registry. task zookeeper for example, the&nbsp; path prefix is "/shenyu". > In order to complete this function, I think modify the prefix is feasible. > So I fix the path prefix with "instance", the path prefix will be change to > "/shenyu/instanceName". if the "instaceName" is not configured, the path > prefix does not contain"instanceName". > > > ISSURE :&nbsp;https://github.com/apache/incubator-shenyu/issues/2216 > PR :&nbsp;https://github.com/apache/incubator-shenyu/pull/2227 > > > wait for your suggestions.
