Hi bros:
there are many shenyu application with different database but just one registry. task zookeeper for example, the 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 : https://github.com/apache/incubator-shenyu/issues/2216 PR : https://github.com/apache/incubator-shenyu/pull/2227 wait for your suggestions.
