GitHub user beanww added a comment to the discussion: seata2.5的namingserver启动后,控制台查询报404
如何确认seata-server已经注册到了naming-server?日志? 我现在在控制台页面namespace,cluster这些下拉列表都是空的 能否确认我的配置是否正确?seata-server/conf/applicatoin.yaml: 我是用nacos做的注册中心,为了naming-server又增加了seata注册中心的配置,不知道这样配置对吗? registry: # support: nacos, eureka, redis, zk, consul, etcd3, sofa type: nacos nacos: application: seata-server server-addr: 127.0.0.1:8848 group: SEATA_GROUP namespace: cluster: default context-path: #https://github.com/apache/incubator-seata/pull/1.The following configuration is for the open source version of Nacos username: password: #https://github.com/apache/incubator-seata/pull/2.The following configuration is for the MSE Nacos on aliyun #access-key: #secret-key: #https://github.com/apache/incubator-seata/pull/3.The following configuration is used to deploy on Aliyun ECS or ACK without authentication #ram-role-name: seata: server-addr: 127.0.0.1:8081 ##第一步配置的namingserver的ip+端口,若有多个namingserver节点则用逗号分割 cluster: default ##集群名称 namespace: public ##命名空间 heartbeat-period: 5000 ##心跳时间 username: seata password: seata GitHub link: https://github.com/apache/incubator-seata/discussions/7703#discussioncomment-14705713 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
