Can ClickHouse Kafka Engine consume compressed JSON messages from a Kafka topic, using JSONEachRow format?
Will it automatically decompress messages and then apply the JSON parsing? Does it need any special configuration for it?
EDIT My question is directed to whether compressing topics via set compression configuration on the Kafka topic would make ClickHouse not able to read these messages.