Wprowadzenie do Apache Kafka
Mike Metzger
Data Engineering Consultant
kafka-console-producer.shbin/, wraz z innymi narzędziami Kafkabin/kafka-console-producer.sh--bootstrap-server – Określa serwer do użycia--bootstrap-server localhost:9092--topic--topic phishing-sites| do przesyłania wiadomościbin/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
Wprowadzenie do Apache Kafka