Ninja Docs Help

Get example message from topic

Revision

Date

Description

1.0

24.07.2024

Init Changelog

Instruction

Use script kafka-console-consumer.sh:

./kafka-console-consumer.sh --bootstrap-server cluster_address --command-config path_to_client.properties_file --topic topic_name --partition 0 --from-beginning --max-messages 1 > /Users/username/kafka_example_messages/topic-00.txt
Last modified: 17 February 2025