tjiuming commented on PR #405:
URL: https://github.com/apache/skywalking-java/pull/405#issuecomment-1340891315
There is one point I need to explain:
I searched the `new MessageEnhanceRequiredInfo()` settled into MessageImpl
usage, in `PulsarConsumerInterceptor`, it checked if the result of
`(MessageEnhanceRequiredInfo) msg
.getSkyWalkingDynamicField()` is null. see:
https://github.com/apache/skywalking-java/blob/main/apm-sniffer/apm-sdk-plugin/pulsar-common/src/main/java/org/apache/skywalking/apm/plugin/pulsar/common/PulsarConsumerInterceptor.java#L87
it won't lead to NPE
--
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]