Docker Kafka Image from Scratch | Broker | Producer | Consumer | Build your own Kafka Docker Image

preview_player
Показать описание
In this video, we will see how to create docker kafka image from the scratch (openjdk), create topic, producer, consumer. You can customize as per your need.

Рекомендации по теме
Комментарии
Автор

Thank you for the video, It is really helpful. Could you please make a video on Kafka cluster using docker?

nilimachavanpvgcoenashik
Автор

thank you for the video, I did everything the same as you showed however I can't connect to the kafka-broker in a new container


WARN [AdminClient clientId=adminclient-1] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available.

luizacs
Автор

its good one videos and I follow the instructions and completed Kafka with Docker. If you know about Kafka with MongoDB then plz make a video or ping me the link in reply. Thanks!

RIAZALI-vgfp
Автор

Why not expose port of kafka-broker so you can run producer and consumer locally ?

ВиталийБулдаков-шэ