iris-xie opened a new issue #1926:
URL: https://github.com/apache/incubator-shenyu/issues/1926
contextPath should start with / but / is separator of consul and etcd!
your kv path looks like this:
shenyu
├──regsiter
├ ├──metadata
├ ├ ├──${rpcType}
├ ├ ├ ├────${contextPath}
├ ├ ├ ├──${ruleName}
if my contextPath is /test
my consul KV path should be shenyu/register/metadata/http//test/xxx which
is of course not supported by consul.will you base64decode it ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]