Kafka - Basics and Event Streaming
What will be the output of this command if the topic
test-topic has 3 messages: kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic test-topic --from-beginning --max-messages 2?