You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/04/12 11:27:21 UTC

[GitHub] [skywalking] wallezhang commented on issue #6730: pulsar plugin breaks trace on the consumer size

wallezhang commented on issue #6730:
URL: https://github.com/apache/skywalking/issues/6730#issuecomment-817731560


   @codelipenghui Hi, I found a solution that just modify the enhanced classes and methods.
   Enhance class: `org.apache.pulsar.client.impl.ConsumerBase` and method: `callMessageListener`
   However, this modification can only be applied to pulsar version 2.7+. There are no `callMessageListener` method in pulsar client versions earlier than 2.7, so I think we can enhance `internalReceive` method instead.


-- 
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:
users@infra.apache.org