feature support dubbo 2.7.6 #1381
Labels
area/integrations
Issues or PRs related to integrations with open-source components
good first issue
Good for newcomers
kind/enhancement
Category issues or prs related to enhancement.
Milestone
Issue Description
according to 2.7.6-release-note and Filter refactor, keep all callback methods inside Filter.Listener #5731 Filter.Listener in 2.7.4 and 2.7.5 is not compatible with 2.7.3 and 2.7.6.
Describe what happened (or what feature you want)
current sentinel-apache-dubbo-adapter do not support dubbo 2.7.6
Describe what you expected to happen
add feature to make sentinel-apache-dubbo-adapter support dubbo 2.7.6
How to reproduce it (as minimally and precisely as possible)
ListenableFilter was deperated in dubbo 2.7.6 and onMessage method is renamed back to onResponse according to 2.7.6-release-note and Filter refactor, keep all callback methods inside Filter.Listener #5731
Tell us your environment
Anything else we need to know?
The text was updated successfully, but these errors were encountered: