Apache Kafka integration with spring boot | Apache Kafka Publisher & Consumer example | Java Expert
In this video, Apache Kafka installation and integration with spring boot is demonstrated practically
Apache Kafka download:
----------------------------------------
https://kafka.apache.org/downloads
Apache Kafka scripts:
------------------------------------
.\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties
.\bin\windows\kafka-server-start.bat .\config\server.properties
.\bin\windows\kafka-topics.bat --create --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1 --topic myfirsttopic
.\bin\windows\kafka-console-consumer.bat --bootstrap-server localhost:9092 --topic myfirsttopic --from-beginning
.\bin\windows\kafka-console-producer.bat --broker-list localhost:9092 --topic myfirsttopic
Видео Apache Kafka integration with spring boot | Apache Kafka Publisher & Consumer example | Java Expert канала Java Expert
Apache Kafka download:
----------------------------------------
https://kafka.apache.org/downloads
Apache Kafka scripts:
------------------------------------
.\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties
.\bin\windows\kafka-server-start.bat .\config\server.properties
.\bin\windows\kafka-topics.bat --create --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1 --topic myfirsttopic
.\bin\windows\kafka-console-consumer.bat --bootstrap-server localhost:9092 --topic myfirsttopic --from-beginning
.\bin\windows\kafka-console-producer.bat --broker-list localhost:9092 --topic myfirsttopic
Видео Apache Kafka integration with spring boot | Apache Kafka Publisher & Consumer example | Java Expert канала Java Expert
Комментарии отсутствуют
Информация о видео
28 августа 2022 г. 16:20:48
00:38:41
Другие видео канала