Apache Kafka No Longer Requires ZooKeeper | Kraft Mode | Detailed Explanation | JavaTechie

Sdílet
Vložit
  • čas přidán 14. 04. 2023
  • In this Tutorial, we will run apache kafka without Zookeeper and will understand how internally it manage the brokers metadada
    #JavaTechie #Kafka
    Spring boot microservice Premium course lunched with 70% off 🚀 🚀
    Hurry-up & Register today itself!
    COURSE LINK : javatechie5246.ongraphy.com/
    PROMO CODE : JAVATECHIE50
    GitHub:
    github.com/Java-Techie-jt
    Blogs:
    / javatechie
    Facebook:
    / javatechie
    guys if you like this video please do subscribe now and press the bell icon to not miss any update from Java Techie
    Disclaimer/Policy:
    --------------------------------
    Note : All uploaded content in this channel is mine and its not copied from any community ,
    you are free to use source code from above mentioned GitHub account
  • Věda a technologie

Komentáře • 52

  • @dmode1535
    @dmode1535 Před rokem +2

    Thanks for all that you do, you are a great instructor.

  • @gopisambasivarao5282
    @gopisambasivarao5282 Před rokem +1

    Nice video on kraft without zookeeper, Thanks Java Techie..

  • @kapilnayak4030
    @kapilnayak4030 Před 11 měsíci +1

    Thanks for all that you do, God bless you sir.

  • @saikrishna-le6hp
    @saikrishna-le6hp Před rokem +1

    Great.. Thank you

  • @VipinChaudhary-bz6vi
    @VipinChaudhary-bz6vi Před měsícem +1

    Great, just one suggestion, terminal view could have been better :)

  • @AnilM-wy9ix
    @AnilM-wy9ix Před rokem +1

    Hi , can you please share the commands on windows? Where should we check cluster id if it's created. Thanks for knowledge sharing.

  • @amanuellebassi7294
    @amanuellebassi7294 Před rokem +1

    You are awesome!

  • @rishabhshukla5199
    @rishabhshukla5199 Před rokem +1

    Best explanation

  • @Cloud.Rajkumar
    @Cloud.Rajkumar Před rokem +1

    Nice Sir..❤️

  • @raghavendrapatil659
    @raghavendrapatil659 Před 7 měsíci +1

    Can we use Kafka Tool or Offset explorer tool with Kraft mode also?

  • @kundan621
    @kundan621 Před 10 měsíci +1

    you are the best

  • @akileashwar9063
    @akileashwar9063 Před rokem

    Hi ,
    Can you please update video on event sourcing and cqrs ?

  • @shivambaghel9668
    @shivambaghel9668 Před 6 měsíci

    How can i see kraft moded topic and partition in offset Explorer

  • @rashmiranjanswain601
    @rashmiranjanswain601 Před rokem +2

    These Kafka series are very helpful....Please start AWS SNS and SQS after this

    • @Javatechie
      @Javatechie  Před rokem

      Both are available please checkout my AWS playlist

    • @Javatechie
      @Javatechie  Před rokem

      Yes buddy i continue this series from coming Wednesday.

  • @publicrockers3642
    @publicrockers3642 Před 2 měsíci

    Can you please make a video on Migration of the existing Kafka Cluster from ZK-Mode to KRAFT-Mode, using helm charts in K8s.

  • @SingamLife93
    @SingamLife93 Před 5 měsíci

    If we have Kafka with zookeeper running and require to migrate to Krfat without data loss ( With zk metadata ) can u please make video on how to ?

  • @fsdinterviewguide
    @fsdinterviewguide Před rokem +3

    Please add some videos related to AWS with redis, AWS with Kafka.

  • @yagnaa
    @yagnaa Před rokem +2

    Hi Bhai,
    Can you please make a full video aur playlist on spring boot unit and integration testing

    • @Javatechie
      @Javatechie  Před rokem

      Hi Yagna , it's already there in my channel please check

  • @ramanav3139
    @ramanav3139 Před 3 měsíci +1

    can you please do one video if possible regarding to kafka security SSL in windows

  • @sithikr1193
    @sithikr1193 Před rokem +1

    Could you please let us know if it is always better to use Apache Kafka in spring cloud stream ?

    • @Javatechie
      @Javatechie  Před rokem

      Yes no doubts on it because behind the scenes we are only changing binder

    • @sithikr1193
      @sithikr1193 Před rokem +1

      Thanks for your response and thank you for all your great work !

  • @bhavanisankar71
    @bhavanisankar71 Před rokem +1

    Sir please do videos on more than jdk8 features

  • @rohitmanohar2733
    @rohitmanohar2733 Před 10 měsíci

    can u make video on how we can run this command in window as KAFKA_CLUSTER_ID is not recognized command in windows command line.

    • @saphalvecham5539
      @saphalvecham5539 Před 4 měsíci

      1.TO generate UUID:-
      1.Paste the kafka folder in c drive or any drive (But do not place in sub folders) - to avoid error : "Input line is too long"
      2.go to C:\kafka\bin\windows
      3.Open cmd preferablly. Not powershell
      kafka-storage.bat random-uuid
      2.To set UUID to a variable :-
      set KAFKA_CLUSTER_ID={use the uuid generated above}
      3.To format log directories
      kafka-storage.bat format -t %KAFKA_CLUSTER_ID% -c ../../config/kraft/server.properties
      4.To start kafka server
      kafka-server-start.bat ../../config/kraft/server.properties
      5.To create topic
      kafka-topics.bat --create --topic first-kraft-topic --bootstrap-server localhost:9092
      6.To produce message on topic
      kafka-console-producer.bat --topic first-kraft-topic --bootstrap-server localhost:9092
      7.To consume message on topic
      kafka-console-consumer.bat --topic first-kraft-topic --from-beginning --bootstrap-server localhost:9092

  • @javalearner-bu7xc
    @javalearner-bu7xc Před 9 měsíci +1

    how we connect to offset explorer in kafka kraft way

  • @praveens4519
    @praveens4519 Před 4 měsíci

    can make one video for running on windows

    • @saphalvecham5539
      @saphalvecham5539 Před 4 měsíci

      1.TO generate UUID:-
      1.Paste the kafka folder in c drive or any drive (But do not place in sub folders) - to avoid error : "Input line is too long"
      2.go to C:\kafka\bin\windows
      3.Open cmd preferablly. Not powershell
      kafka-storage.bat random-uuid
      2.To set UUID to a variable :-
      set KAFKA_CLUSTER_ID={use the uuid generated above}
      3.To format log directories
      kafka-storage.bat format -t %KAFKA_CLUSTER_ID% -c ../../config/kraft/server.properties
      4.To start kafka server
      kafka-server-start.bat ../../config/kraft/server.properties
      5.To create topic
      kafka-topics.bat --create --topic first-kraft-topic --bootstrap-server localhost:9092
      6.To produce message on topic
      kafka-console-producer.bat --topic first-kraft-topic --bootstrap-server localhost:9092
      7.To consume message on topic
      kafka-console-consumer.bat --topic first-kraft-topic --from-beginning --bootstrap-server localhost:9092

  • @rushikeshpangare9917
    @rushikeshpangare9917 Před rokem +2

    While runing with kraft getting KAFKA_CLUSTER_ID is not recognised as an internal or external command, on windows. Thanks for the video.

    • @madhurajsingh6558
      @madhurajsingh6558 Před rokem +1

      same here

    • @Javatechie
      @Javatechie  Před rokem

      Hi Rushikesh , have you run this command KAFKA_CLUSTER_ID="$(bin/kafka-storage.bat random-uuid)" if not ran it also you can refer below documents and follow the steps kafka.apache.org/quickstart

    • @Javatechie
      @Javatechie  Před rokem

      @@madhurajsingh6558
      have you run this command KAFKA_CLUSTER_ID="$(bin/kafka-storage.bat random-uuid)" if not ran it also you can refer below documents and follow the steps kafka.apache.org/quickstart

    • @rushikeshpangare9917
      @rushikeshpangare9917 Před rokem +1

      @@Javatechie For this command only we are getting the error.

    • @Javatechie
      @Javatechie  Před rokem

      Are you trying on windows or mac

  • @user-kd4fm1fp8e
    @user-kd4fm1fp8e Před 11 měsíci +1

    please give that commands file

    • @Javatechie
      @Javatechie  Před 11 měsíci

      It's there in GitHub file

    • @saphalvecham5539
      @saphalvecham5539 Před 4 měsíci

      1.TO generate UUID:-
      1.Paste the kafka folder in c drive or any drive (But do not place in sub folders) - to avoid error : "Input line is too long"
      2.go to C:\kafka\bin\windows
      3.Open cmd preferablly. Not powershell
      kafka-storage.bat random-uuid
      2.To set UUID to a variable :-
      set KAFKA_CLUSTER_ID={use the uuid generated above}
      3.To format log directories
      kafka-storage.bat format -t %KAFKA_CLUSTER_ID% -c ../../config/kraft/server.properties
      4.To start kafka server
      kafka-server-start.bat ../../config/kraft/server.properties
      5.To create topic
      kafka-topics.bat --create --topic first-kraft-topic --bootstrap-server localhost:9092
      6.To produce message on topic
      kafka-console-producer.bat --topic first-kraft-topic --bootstrap-server localhost:9092
      7.To consume message on topic
      kafka-console-consumer.bat --topic first-kraft-topic --from-beginning --bootstrap-server localhost:9092

  • @RajeshKumar-zq5kg
    @RajeshKumar-zq5kg Před 2 měsíci +1

    KAFKA_CLUSTER_ID="$(bin/windows/kafka-storage.bat random-uuid)" this cmd not working for windows. how to resolve this

  • @timlins
    @timlins Před rokem +1

    Hi! Man, u video about paypal + java is awesome (top in search youtube) . Can u plz do some actual video about paypal REST API integration to java project? Thank you