Q. What happens if a Kafka topic does not exist when a producer sends data?
β
Correct Answer: (B)
Topic is auto-created (if enabled)
Explanation: Kafka can auto-create topics if the broker setting allows it.