This repository was archived by the owner on Jul 16, 2024. It is now read-only.
同一个实例下对同一个service提供不同group或者version的多个实现 #180
Unanswered
liangzengle
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我有个比较奇葩需求,如题。
我通过替换
RSocketServiceAnnotationProcessor
和RSocketResponderHandler
已经实现了需求。我希望能把
ReactiveMethodHandler methodHandler = localServiceCaller.getInvokeMethod(routing.getService(), routing.getMethod());
改成
这样我就不用自己实现
RSocketResponderHandler
了。不知道大佬怎么看?
Beta Was this translation helpful? Give feedback.
All reactions