Kafka Validation
This section describes ways you can use Kafka tools for data capture for analysis.
Let's create a topic named "test" with a single partition and only one replica:
kafka-console-producer
Read data from standard output and write it to a Kafka topic. For example:
kafka-console-consumer
Kafka also has a command line consumer that will dump out messages to standard output.
Last updated