qiaofazhan opened a new issue, #2237:
URL: https://github.com/apache/incubator-eventmesh/issues/2237

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Environment
   
   Windows
   
   ### EventMesh version
   
   master
   
   ### What happened
   
   The relevant code is as follows:
   
   //method:  findEventMeshInfoByCluster
        List<Instance> instances =
                       namingService.selectInstances(eventMeshName + "-" + key, 
configuration.eventMeshCluster, Collections.singletonList(clusterName),
                           true);//Notice the second parameter here
   
   //method  register
   namingService.registerInstance(eventMeshName, 
eventMeshRegisterInfo.getProtocolType() + "-" + NacosConstant.GROUP, instance); 
//Notice the second parameter here
   
   No information can be queried  by cluster
   
   
   
   ### How to reproduce
   
   The relevant code is as follows:
   
   //method:  findEventMeshInfoByCluster
        List<Instance> instances =
                       namingService.selectInstances(eventMeshName + "-" + key, 
configuration.eventMeshCluster, Collections.singletonList(clusterName),
                           true);//Notice the second parameter here
   
   //method  register
   namingService.registerInstance(eventMeshName, 
eventMeshRegisterInfo.getProtocolType() + "-" + NacosConstant.GROUP, instance); 
//Notice the second parameter here
   
   No information can be queried  by cluster
   
   ### Debug logs
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


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

Reply via email to