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

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

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

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

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

  • @dmode1535
    @dmode1535 Год назад +2

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

  • @manjooshkalaghatagi4416
    @manjooshkalaghatagi4416 4 месяца назад +1

    Impressed with the explanation

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

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

  • @rashmiranjanswain601
    @rashmiranjanswain601 Год назад +2

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

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

      Both are available please checkout my AWS playlist

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

      Yes buddy i continue this series from coming Wednesday.

  • @MrLuv2live
    @MrLuv2live 29 дней назад

    Excellent series.. Pls provide a series on Apache Flink

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

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

  • @VipinChaudhary-bz6vi
    @VipinChaudhary-bz6vi 7 месяцев назад +1

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

  • @AnilM-wy9ix
    @AnilM-wy9ix Год назад +1

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

  • @fsdinterviewguide
    @fsdinterviewguide Год назад +3

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

  • @sheshankgolli2667
    @sheshankgolli2667 2 месяца назад +1

    When we are using Kafka Kraft ? Does offser explorer GUI tool supports ? or any other GUI tool for kafka ? Could you please reply here sir

    • @Javatechie
      @Javatechie  2 месяца назад

      No offset explorer won't support as we are not using the zookeeper. Alternative i will check and update

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

    you are the best

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

    Best explanation

  • @RajeshKumar-zq5kg
    @RajeshKumar-zq5kg 8 месяцев назад +2

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

    • @arvindpurohit2722
      @arvindpurohit2722 25 дней назад

      I used command without dollar Generate a Cluster UUID
      KAFKA_CLUSTER_ID="$(bin/kafka-storage.sh random-uuid)"
      Format Log Directories
      bin/kafka-storage.sh format --standalone -t $KAFKA_CLUSTER_ID -c config/kraft/reconfig-server.properties
      Start the Kafka Server
      bin/kafka-server-start.sh config/kraft/reconfig-server.properties
      Once the Kafka server has successfully launched, you will have a basic Kafka environment running and ready to use.

  • @publicrockers3642
    @publicrockers3642 7 месяцев назад

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

  • @yagnaa
    @yagnaa Год назад +2

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

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

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

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

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

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

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

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

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

  • @abhishekarya8108
    @abhishekarya8108 Месяц назад

    Thanks for the amazing video Java Techie but I am unable to to comment when I am trying mention the steps may be due to some youtube glitch since it contains scripts name may be and getting error message.
    For windows folks, 3.6.0 Kafka version worked for me.

  • @SingamLife93
    @SingamLife93 10 месяцев назад

    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 ?

  • @saikrishna-le6hp
    @saikrishna-le6hp Год назад +1

    Great.. Thank you

  • @rushikeshpangare9917
    @rushikeshpangare9917 Год назад +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 Год назад +1

      same here

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

      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  Год назад

      @@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 Год назад +1

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

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

      Are you trying on windows or mac

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

    You are awesome!

  • @shivambaghel9668
    @shivambaghel9668 11 месяцев назад

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

  • @S__Khan__
    @S__Khan__ 2 месяца назад +1

    Is it possible to view, what all consumers have accessed certain topic in past ?

    • @Javatechie
      @Javatechie  2 месяца назад

      No once consumer shut down or disconnected with broker you won't find there details

    • @S__Khan__
      @S__Khan__ 2 месяца назад +1

      @@Javatechie got it. Thanks for the quality content. One more question - In the enterprise setting, how do they setup multiple nodes, do they manually do the individual conf. of each server/node, or do they utilise k8s. Does kafka provide something for server management/scaling.

    • @Javatechie
      @Javatechie  2 месяца назад +1

      You are asking about cluster buddy ? As per my knowledge usually we do maintain 2 different cluster in cloud south central and west us for dister recovery

    • @S__Khan__
      @S__Khan__ 2 месяца назад +1

      @@Javatechie okay, thanks.

  • @Cloud.Rajkumar
    @Cloud.Rajkumar Год назад +1

    Nice Sir..❤️

  • @abhishekss2132
    @abhishekss2132 4 месяца назад

    Which To use Zookeeper or Kraft In Google It is giving Kraft so can you please explain

  • @ramanav3139
    @ramanav3139 9 месяцев назад +1

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

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

    Sir please do videos on more than jdk8 features

  • @javalearner-bu7xc
    @javalearner-bu7xc Год назад +1

    how we connect to offset explorer in kafka kraft way

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

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

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

    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 9 месяцев назад +1

      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

  • @praveens4519
    @praveens4519 9 месяцев назад

    can make one video for running on windows

    • @saphalvecham5539
      @saphalvecham5539 9 месяцев назад

      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

  • @timlins
    @timlins Год назад +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

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

      Hi Tim sure will definitely check