You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by GitBox <gi...@apache.org> on 2022/06/02 03:07:12 UTC

[GitHub] [incubator-shenyu] hgaol opened a new issue, #3475: [Task] Fix sofa, motan and dubbo don't work issue caused by Curator version incompatible in bootstrap

hgaol opened a new issue, #3475:
URL: https://github.com/apache/incubator-shenyu/issues/3475

   ### Description
   
   Since sofa, motan and dubbo are not compatible with curator ver 5.2.1, which is used in `bootstrap`. So downgrade to 4.0.1 to make sure they're all works well. More details can refer to issue #3461 and PR #3470 .
   
   What the task mainly do is to replace `CuratorCache` with `TreeCache`, which is both exists in curator 4.0.1 and 5.2.1. Feel free to leave any comment.
   
   ### Task List
   
   1. replace `CuratorCache` with `TreeCache`, which class is both exists in ver 4.0.1 and 5.2.1.
   2. test and make sure all works well for `bootstrap` zk data sync.


-- 
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@shenyu.apache.org.apache.org

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


[GitHub] [incubator-shenyu] hgaol closed issue #3475: [Task] Fix sofa, motan and dubbo don't work issue caused by Curator version incompatible in bootstrap

Posted by GitBox <gi...@apache.org>.
hgaol closed issue #3475: [Task] Fix sofa, motan and dubbo don't work issue caused by Curator version incompatible in bootstrap
URL: https://github.com/apache/incubator-shenyu/issues/3475


-- 
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@shenyu.apache.org

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