-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sentinel-apache-dubbo-adapter dubbo2.7.5 ERROR #1231
Comments
It's due to the bad compatibility of Dubbo 2.7.x. In Dubbo 2.7.2-2.7.4, the Listener interface is: While in 2.7.5, the We might need to handle this in the next version. |
@CodingSinger Any good suggestions? |
一个简单的临时建议
另一个是:看起来dubbo官方推荐实现org.apache.dubbo.rpc.Filter.Listener |
I don't know why My suggestion is that just ignore it because of apache/dubbo#5639 |
Though Dubbo is fixing the compatibility in later versions, we may need to adapt to the 2.7.5. #1231 (comment) seems like a good idea for a temporary fix. |
Okay, 我来修复下 |
Issue Description
Type: bug report or feature request
Describe what happened (or what feature you want)
Describe what you expected to happen
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Anything else we need to know?
没有实现dubbo 2.7.5 onmessage方法。
The text was updated successfully, but these errors were encountered: