8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
使用nacos-client1.3.2版本时,向Server注册服务时携带的元数据内容:
nacos-client
instance.setMetadata(new HashMap() {{ put("pipeNames", "1+,2,3"); }});
拉取服务时,元数据的内容则把+替换成了空格
+