kafka-topics --bootstrap-server localhost:9092 --list
kafka-topics --bootstrap-server localhost:9092 --delete --topic topic-message
kafka-console-consumer --bootstrap-server localhost:9092 --topic topic-message --from-beginning
kafka-console-consumer --bootstrap-server localhost:9092 --topic topic-message --from-beginning --property print.headers=true --property print.timestamp=true