slowpao commented on code in PR #3322:
URL: 
https://github.com/apache/incubator-eventmesh/pull/3322#discussion_r1123281753


##########
eventmesh-registry-plugin/eventmesh-registry-etcd/src/main/java/org/apache/eventmesh/registry/etcd/service/EtcdRegistryService.java:
##########
@@ -231,6 +232,11 @@ public boolean unRegister(EventMeshUnRegisterInfo 
eventMeshUnRegisterInfo) throw
         }
     }
 
+    @Override
+    public EventMeshAppSubTopicInfo findEventMeshAppSubTopicInfoByGroup(String 
group) throws RegistryException {
+        return null;

Review Comment:
   It is implemented in the EtcdCustomService class



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