kafka icon indicating copy to clipboard operation
kafka copied to clipboard

KAFKA-19408 : Add check for compression type mismatch for push telemetry requests

Open k-raina opened this issue 7 months ago • 0 comments

The current issue is that when a client sends a push telemetry request with a compression type different from the broker's preferred compression type (the first in the list of supported compression types), the request is accepted without any log on the broker side.

To address this, we propose adding log statement in broker side.

k-raina avatar Jun 16 '25 08:06 k-raina