gebizhangdaye opened a new issue, #6273:
URL: https://github.com/apache/incubator-seata/issues/6273
{
"registry.conf": "registry {
type = \"nacos\"
nacos {
application = \"seata-server\"
serverAddr = \"nacos-headless.nacos.svc.cluster.local:8848\"
namespace = \"\"
group = \"SEATA_GROUP\"
cluster = \"default\"
}
}
config {
type = \"nacos\"
nacos {
serverAddr = \"nacos-headless.nacos.svc.cluster.local:8848\"
namespaces = \"\"
group = \"SEATA_GROUP\"
contextPath = \"\"
dataId = \"seataServer.properties\"
}
}
}
确定serverAddr 可以访问到,并且访问正常
但是启动server后 无法注册服务,并且配置也没有拉取到
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]