pulsar-client-instrumentation can't inject receive()
and receiveAsync()
method
#8162
Labels
bug
Something isn't working
receive()
and receiveAsync()
method
#8162
Describe the bug
When I use
receive()
/receiveAsync()
method to receive messages on pulsar-client, can't export the "receive" span, butreceive(int timeout, TimeUnit unit)
work well.Steps to reproduce
What did you expect to see?
Export the "receive" span when using
receive()
/receiveAsync()
method to receive messages on pulsar-client.What did you see instead?
Can't export the "receive" span
What version are you using?
v1.24.0
Environment
Compiler: JDK17
OS: "macOS M1"
Additional context
The text was updated successfully, but these errors were encountered: