Q. What happens if a Kafka topic does not exist when a producer tries to send data?
β
Correct Answer: (C)
Kafka auto-creates the topic (if configured)
Explanation: If auto topic creation is enabled, Kafka will create the topic automatically.