xbkaishui edited a comment on issue #5311: URL: https://github.com/apache/skywalking/issues/5311#issuecomment-683254374
Hi @wu-sheng, I went deep into the source code of RocketMQ, I think there is no need to add new plugin logic. this issue is caused by wrong client and server version match. the exception happened as belows: For the version newer than 4.3, RocketMQ added new AsyncTraceDispatcher class which collect metrics and send to broker. when use old server, it will not found the special topic in broker, then it throws a exception. I think it will be ok for the plugin ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
