freshchen commented on issue #4539: URL: https://github.com/apache/rocketmq/issues/4539#issuecomment-1171801507
Im using rocketmq-spring-boot-starter and want add some custom hooks from zipkin trace. seems i need modify 3 class during system initialization. 1 DefaultLitePullConsumer 2 DefaultMQProducer 3 DefaultMQPushConsumer For DefaultLitePullConsumer I cannot get defaultLitePullConsumerImpl field without reflection to execute registerConsumeMessageHook method. For DefaultMQProducer and DefaultMQPushConsumer get inner impl field is Deprecated. suggest add the corresponding register hook method for the above facade class -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
