Florian THIERRY df3b76f166 Init.
2021-04-30 15:44:28 +02:00
2021-04-30 15:44:28 +02:00
2021-04-30 15:44:28 +02:00
2021-04-30 15:44:28 +02:00
2021-04-30 15:44:28 +02:00
2021-04-30 15:44:28 +02:00
2021-04-30 15:44:28 +02:00
2021-04-30 15:44:28 +02:00
2021-04-30 15:44:28 +02:00

Kafka

Commands

Launch CMD Producer

$ kafka-console-producer.sh --broker-list localhost:9092 --topic test

Launch CMD Consumer

$ kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic test
Description
Projet d'exemple de mise ne place de tests d'intégration avec un Embedded Kafka.
Readme 45 KiB
Languages
Java 100%