Learn Installation of Apache Kafka on Ubuntu in 5 minutes

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

Комментарии • 9

  • @techflare321
    @techflare321 4 года назад +1

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

  • @shauryaRajsah
    @shauryaRajsah Год назад

    Insightfull!!!

  • @sameermittal6881
    @sameermittal6881 2 года назад

    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

  • @mohamedamine7839
    @mohamedamine7839 4 года назад +3

    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

    • @AmitNayekamit006
      @AmitNayekamit006 4 года назад

      i'm having ERROR :- "java.lang.NoSuchMethodError: org.apache.zookeeper.ZooKeeper.(Ljava/lang/String;ILorg/apache/zookeeper/Watcher;Lorg/apache/zookeeper/client/ZKClientConfig;)V
      "

  • @the_invisible__
    @the_invisible__ 3 года назад

    Thanks... alot

  • @shahzeb7621
    @shahzeb7621 3 года назад

    Well explained. Love it

  • @sumeshsuseelan2954
    @sumeshsuseelan2954 4 года назад

    Thank you so much