Replies: 1 comment 3 replies
-
我看dubbo的录制是依赖于从 onResponse 中获取 Result 的(推测是因为在 invoke 时的 Result 的 state 未完成,不能获取足够的信息)。 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
maven 导包
服务消费端
DubboConsumerPlugin 中增加以下增强模型
对应的,在com.alibaba.jvm.sandbox.repeater.plugin.dubbo.DubboConsumerEventListener#initInvocation方法,获取请求参数
服务提供端
DubboProviderPlugin中增加以下增强模型
DubboProviderEventListener extends DubboConsumerEventListener ,获取参数时,可以不加
Beta Was this translation helpful? Give feedback.
All reactions