YongGoose commented on code in PR #7635:
URL: https://github.com/apache/incubator-seata/pull/7635#discussion_r2441458886
##########
discovery/seata-discovery-etcd3/src/test/java/org/apache/seata/discovery/registry/etcd3/EtcdRegistryServiceImplTest.java:
##########
@@ -118,8 +141,8 @@ public void testSubscribe() throws Exception {
registryService.register(inetSocketAddress);
// 2.subscribe
EtcdListener etcdListener = new EtcdListener();
- registryService.subscribe(CLUSTER_NAME, etcdListener);
- // 3.delete instance,see if the listener can be notified
+ registryService.subscribe(DEFAULT_TX_GROUP, etcdListener);
Review Comment:
Just curious, was there any particular reason for using `DEFAULT_TX_GROUP`
instead of CLUSTER_NAME?
--
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]