kafka
kafka copied to clipboard
KAFKA-19408 : Add check for compression type mismatch for push telemetry requests
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.