Kafka - Basics and Event Streaming
If you run
kafka-console-consumer.sh --topic my-topic --from-beginning --bootstrap-server localhost:9092 and the topic has 5 messages, what will happen?