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
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 :
The text was updated successfully, but these errors were encountered:
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.
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.
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 :
The text was updated successfully, but these errors were encountered: