You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/09/08 02:04:26 UTC

[GitHub] [dubbo] AlbumenJ commented on pull request #8619: fix: registry cast to AbstractRegistry error in telnet

AlbumenJ commented on pull request #8619:
URL: https://github.com/apache/dubbo/pull/8619#issuecomment-914820498


   Please change some methods implementation to template method from FailbackRegistry.
   
   ```java
       public abstract void doRegister(URL url);
   
       public abstract void doUnregister(URL url);
   
       public abstract void doSubscribe(URL url, NotifyListener listener);
   
       public abstract void doUnsubscribe(URL url, NotifyListener listener);
   ```


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org