seata-samples icon indicating copy to clipboard operation
seata-samples copied to clipboard

config in nacos:seata.service.vgroup-mapping modification message push

Open guolanren opened this issue 3 years ago • 1 comments

0. Question

Is the modification message push description in the doc has already achieved? I should do it by myself ? image

1. Prepare

I have a seata-server cluster named 'default' and the client config following before start up seata-client. image

seata:  
  service:
    vgroup-mapping:
      my_test_tx_group: default1

2. Running

I start up my client. Of course it has such log:

2021-07-09 15:25:51.419 ERROR 89321 --- [eoutChecker_1_1] i.s.c.r.netty.NettyClientChannelManager  : no available service found in cluster 'default1', please make sure registry config correct and keep your seata server running

3. Modify Config

According to the doc, modify the my_test_tx_group to default. But I still get the error log

2021-07-09 15:42:31.429 ERROR 89321 --- [eoutChecker_2_1] i.s.c.r.netty.NettyClientChannelManager  : no available service found in cluster 'default1', please make sure registry config correct and keep your seata server running

guolanren avatar Jul 09 '21 07:07 guolanren

客户端配置 和 服务端 配置没有保持一致把

niaoshuai avatar Apr 11 '22 06:04 niaoshuai