Hello all, Not long ago, we found a problem that "async invoke" is not supported in Dubbo lower than 2.7.3. At that time, the problem was solved by judging the version, you can check it here(https://github.com/dromara/shenyu/issues/1321). However, after our discussion, we think that the operation of judging the version is redundant, so we decided to refactor the code here. If you have any thoughts and opinions, please point them out in issues( https://github.com/dromara/shenyu/issues/1498).
- Refactor code about "async invoke" is not supported ... Kevin Clair
