Pengantar Apache Kafka
Mike Metzger
Data Engineering Consultant
kafka-console-producer.shbin/, bersama alat Kafka lainbin/kafka-console-producer.sh--bootstrap-server - Menentukan server yang dipakai--bootstrap-server localhost:9092--topic--topic phishing-sites| untuk meneruskan pesanbin/kafka-console-producer.sh --bootstrap-server localhost:9092 --topic testing
>This is the first message
>This is the second message
>This is the third message
<ctrl+c to exit>
echo "This is the first message" |
bin/kafka-console-producer.sh --bootstrap-server localhost:9092 --topic testing
Pengantar Apache Kafka