You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2021/08/09 03:43:31 UTC

[GitHub] [incubator-eventmesh] ruanwenjun edited a comment on issue #488: Support registry adaptor plugin

ruanwenjun edited a comment on issue #488:
URL: https://github.com/apache/incubator-eventmesh/issues/488#issuecomment-894919449


   I think we may need to add a notify method in RegistryService interface. 
   ```java 
   void notify(Listener listener) throws RegistryException;
   ```
   ![image](https://user-images.githubusercontent.com/22415594/128656040-303ac236-f6db-4867-bad3-66cc4b041f14.png)
   
   Then we needn't query by time polling.


-- 
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: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org