Hi folks, Due to the Curator version incompatible issue in bootstrap. E.g. sofa is compatible with ver 4.x but bootstrap is using 5.x. More details can refer to https://github.com/apache/incubator-shenyu/issues/3461.
The current work around is to add curator 4.0.1 dependency in bootstrap and using classes/methods both existed in 5.x and 4.x in curator. I plan to downgrade to version 4.0.1, because this version has been tested works well for sofa/dubbo/motan/tars. I created an task issue below to track it, https://github.com/apache/incubator-shenyu/issues/3556. Please let me know if any suggestion or comment. Thanks! Thanks, Han