You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting, what you are doing is correct and there must be a bug.
I have seen similar problems before with other annotations and I was able to get around it by making sure it worked with cglib and other proxying libraries with this utility: AnnotationUtils.
As I don't have a lot of knowledge in NewRelic and don't actively use it myself, I probably won't work on this. I am open for anyone who has a lot more new relic knowledge to submit a PR for fixing this!
For reference, we have similar tracing implementations that wrap each message being processed in a tracing span:
I have added @trace annotation to Spring boot's Kafka Listener , it seems to be working over there. But its not working above @QueueListener.
What's the correct way to integrate New Relic with @QueueListener.
My current implementation looks something like this
The text was updated successfully, but these errors were encountered: