kafka/clients
Bill Bejeck 1e95d04639
CI / build (push) Waiting to run Details
KAFKA-19747: Update ClientTelemetryReporter telemetry push error handling (#20661)
When a failure occurs with a push telemetry request, any exception is
treated as fatal, increasing the time interval to `Integer.MAX_VALUE`
effectively turning telemetry off.  This PR updates the error handling
to check if the exception is a transient one with expected recovery and
keeps the telemetry interval value the same in those cases since a
recovery is expected.

Reviewers: Apoorv Mittal <apoorvmittal10@gmail.com>, Matthias
 Sax<mjsax@apache.org>
2025-10-09 16:26:39 -04:00
..
clients-integration-tests/src/test
src KAFKA-19747: Update ClientTelemetryReporter telemetry push error handling (#20661) 2025-10-09 16:26:39 -04:00
.gitignore