Skip to content
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

Telemetry error on simple consumer #2399

Open
PabloHoyo opened this issue Jan 15, 2025 · 2 comments
Open

Telemetry error on simple consumer #2399

PabloHoyo opened this issue Jan 15, 2025 · 2 comments

Comments

@PabloHoyo
Copy link

I have a kafka consumer loop running on a Dotnet 9 standard BackgroundService. When initializing the consumer, the call to IConsumer.Consume method throws an error.

Telemetry client instance id changed from AAAAAAAAAAAAAAAAAAAAAA to t39ZaOF6RBuiiv7uI2J0Mw

The application is deployed on AWS Kubernetes with an average of 8 pods, each having its own consumer service. In a local environnement everything works fine.

What's going on? Any hint?

logs :
Image

@seanamorosoamtote
Copy link
Contributor

Seeing this in dotnet 8 as well.

@anchitj
Copy link
Member

anchitj commented Jan 28, 2025

This log is related to KIP-714. It is not an error but an informational log documenting the telemetry ID that is needed to debug and query metrics on the broker side for specific clients.

The consumer crashing after this log is a separate issue (fixed in PR #4912) that will be addressed in the upcoming release.

To disable this log and entire telemetry itself, you can disable telemetry on the client side by setting enable.metrics.push to false.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants