Giới thiệu về Apache Kafka
Mike Metzger
Data Engineering Consultant
kafka-console-producer.shbin/, cùng các công cụ Kafka khácbin/kafka-console-producer.sh--bootstrap-server - Chỉ định máy chủ sử dụng--bootstrap-server localhost:9092--topic--topic phishing-sites| để truyền thông điệpbin/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
Giới thiệu về Apache Kafka