-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in NewRelic on publishing to kafka in Python #1045
Comments
Hi @mishikaraj --out of curiosity, how are you setting up the consumer? My concern with the proposed solution is that there is some other issue that is being masked; This is the sample app I am using, so I want to make sure I am not missing an obvious implementation:
|
Hii @lrafeei , For Temporary Fix I had Disabled kafka producer transaction on newrelic by keeping below in newrelic.ini file and was able to send the message to kafka
And for answering to your above question, Yes I have initialized my consumer in the same way
Please let me know if you need any other help with this and what should be the fix we can look for enabling back the kafka producer transaction on newrelic for kafka producer |
Sorry about the delay, I thought I'd get an alert when you replied! Looking at this now. |
Description
While publishing message to apache kafka , getting error with Newrelic Message Transaction - Error 'MessageTransaction' object has no attribute 'destination_name'
code
Error Stack Trace
newrelic.ini file
Expected Behavior
Expected message should have sent to kafka topic
Steps to Reproduce
Your Environment
The text was updated successfully, but these errors were encountered: