How to Install Kafka without Zookeeper

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

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

  • @reshmanayak2567
    @reshmanayak2567 3 года назад +2

    Really nice video explaining how to set up Kafka without zookeeper 👍

  • @thenakulc
    @thenakulc 3 года назад +3

    This is a great tutorial, thanks. I was able to configure a distributed cluster on my pi cluster using this.

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

      Thanks. Kafka cluster on a pi cluster sounds really interesting.

  • @priteshpanchigar
    @priteshpanchigar Год назад +1

    hey really nice video ..very helpful i was able to setup kafka_2.12-3.4.0 on my local machine now will deploy to my enterprise environment and will monitor how it performs with large data in tbs

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

      Documentation claims that system can handle more kafka partitions by removing zookeeper

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

      @@AdityaSridhar that's great that means i can increase no of consumers also for faster processing and high throughput

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

      Yes. Consumers can be scaled up

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

    Hi Adiya, this is great to understand. currently latest version is 3.5.1, could please provide the video for production setup with karafka consumer

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

      Glad it helped. Sure will try to create a video on the latest version

  • @rajendradvgdevadiga1963
    @rajendradvgdevadiga1963 8 месяцев назад

    Thank you sir

  • @blacksoul2887
    @blacksoul2887 Год назад +1

    A cluster should ideally be on different servers, right? will the same steps work if we use different servers (just by changing localhost to server IP in config files)

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

      Yes it will work. It should be in different servers in a production setup

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

    @AdityaSridhar, You ran all kafka instances on the same machine(server)?
    in an actual cluster it would be separate servers, correct?

  • @RohitVerma-ub9tr
    @RohitVerma-ub9tr 2 года назад

    Tried on windows ?

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

    Hello, I need a script for Tls contact visa slot

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

    UGH, blue on black and red on black should never be a thing. It is very hard to see what you are typing.

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

    hi, how about ACL and authentication ?

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

      Authentication should still work with SSL. Regarding ACLs, We will need to wait for the production version of this to come out since this is still experimental.

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

    hey on 14:40 you wrote 00000000000000.log , what is that? when i write it it shows NoSuchFileException

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

    Im get this error while running ./kafka-storage.sh random-uuid
    Error: Could not find or load main class kafka.tools.StorageTool
    Caused by: java.lang.ClassNotFoundException: kafka.tools.StorageTool

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

      Try setting up Kafka 2.8 again and try running the command bin/kafka-storage.sh from the main kafka folder