Learn Installation of Apache Kafka on Ubuntu in 5 minutes

preview_player
Показать описание
Learn installation of Apache Kafka on Ubuntu machine.
Рекомендации по теме
Комментарии
Автор

Thanks a lot sir jii. Your video is very much easy and helpful.. You are great..

techflare
Автор

Very Well Explained Sir, But there is one minor update if someone facing an issue of automatic kafka server shutdown just go to your server.properties file and add a line host.name=yourhostname (you can find your hostname on ubuntu terminal by just typing hostname) this will solve the problem

sameermittal
Автор

In Apache Kafka 2.5, you can simply install it without ZooKeeper preinstalled:
Step 2: start the server
Kafka uses ZooKeeper, so you must first start a ZooKeeper server if you don't already have one. You can use the convenience script that comes with kafka to get a quick and dirty ZooKeeper single node instance.
Thx anyway

mohamedamine