Q. What is Kafka’s default message format? (A) XML (B) Plain text (C) Key-value pairs (D) CSV ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Key-value pairs Explanation: Kafka messages are in key-value pair format, both are byte arrays.