GitHub user admlnos created a discussion: 快速上手配置补全

在官方文档的注册中心-Seata 
Namingserver下:https://seata.apache.org/zh-cn/docs/user/registry/namingserver#client%E7%AB%AF%E9%85%8D%E7%BD%AE%E6%B3%A8%E5%86%8C%E4%B8%AD%E5%BF%83
这里的快速上手client配置:
seata:
  registry:
    type: seata
    seata:
      server-addr: 127.0.0.1:8081   
##第一步配置的namingserver的ip+端口,若有多个namingserver节点则用逗号分割
      namespace: public  ##命名空间
      heartbeat-period: 5000  ##心跳时间
      username: seata
      password: seata
缺少tx-service-group: 
my_test_tx_group配置,按照下文都配置的是my_test_tx_group,如果缺少tx-service-group配置将会指引至默认配置上,导致快速上手无法跑通

GitHub link: https://github.com/apache/incubator-seata/discussions/8186

----
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]

Reply via email to