Skip to content
Discussion options

You must be logged in to vote

So I've been debugging more into the pulsar instrumentation library, and I (may be wrong but) came across some fact that the consumer span seemed to call InstrumentUtil.startAndEnd(...). Honestly the debugging has been a massive pain because classes are just not present on classpath for me to debug, and whatever I try to add, don't seem to match the bytecode, but judging by the name, it hit me that Puslar provides a listener mechanism via the messageListener.

That brought together a chain of thought that the span may be ending after message has been received in current code i.e. before the log, and if I attach a listener and then log in that listener instead of receiving manually, the con…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by kreiger1234
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants