Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 231 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 231 Bytes
kafka-console-consumer --topic test-topic --from-beginning --consumer.config=consumer.properties --bootstrap-server=localhost:9092 
kafka-console-producer  --producer.config=producer.properties --topic test-topic