-
Notifications
You must be signed in to change notification settings - Fork 293
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
Kafka Header Still Added To Older Clients using Hystrix #944
Comments
We are going to try using a combination of these to see if one or the other resolves the issue DD_INTEGRATION_KAFKA_ENABLED=false This causes the error to disappear. |
We next tried DD_INTEGRATION_KAFKA_ENABLED=true and the issue has returned |
What Kafka client and broker version are you using? |
He’s using 0.10.2.0-cp1 |
Of our 100+ services, only 1 has this issue due to older kafka drivers, but it is the monolith and upgrading is not on the horizon. Anything on the roadmap for more investigation on this issue? |
With #1448, you can disable just the header injection while leaving everything all other instrumentation active. |
🤖 This issue has been addressed in the latest release. See full details in the Release Notes. |
We were seeing errors using version 0.24.0 of the java apm agent using older kafka stack. We upgraded to 0.31.0 to try and get the fix from 0.28.0, however we are still seeing the issue wher it tries to add a header. This MAY be due to thee addition of hystrix instrumentation as well. We are still investigating. Stack from our logs .
The text was updated successfully, but these errors were encountered: