ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

What is Kafka ? How to use Confluent Kafka in Spring Boot Application ?

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 พ.ค. 2024
  • 🟡 Get 1 to 1 coaching with me: topmate.io/eng...
    🟡 Donate: razorpay.me/@e...
    🟡 Perks: / @engineeringdigest
    🔴 Discord: discord.oia.bi...
    🔴 Twitch: / engineeringdigest
    🔴 Personal TH-cam Channel: / @thevipulvats
    🔴 Instagram: insta.oia.bio/...
    🔴 Twitter: x.openinapp.co...
    🔴 LinkedIn: linkedin.oia.b...
    🔴 Website: engineeringdig...
    🟢 Github repo: github.com/cho...
    🟢 YML File: engineeringdig...
    🟢 INSTALLATION COMMANDS
    zookeeper-server-start.bat ..\..\config\zookeeper.properties
    kafka-server-start.bat ..\..\config\server.properties
    kafka-topics.bat --create --topic my-topic --bootstrap-server localhost:9092 --replication-factor 1 --partitions 3
    kafka-console-producer.bat --broker-list localhost:9092 --topic my-topic
    kafka-console-consumer.bat --bootstrap-server localhost:9092 --topic my-topic --from-beginning
    🟢 SENDING MESSAGES COMMANDS
    zookeeper-server-start.bat ..\..\config\zookeeper.properties
    kafka-server-start.bat ..\..\config\server.properties
    kafka-topics.bat --create --topic foods --bootstrap-server localhost:9092 --replication-factor 1 --partitions 4
    kafka-console-producer.bat --broker-list localhost:9092 --topic foods --property "key.separator=-" --property "parse.key=true"
    kafka-console-consumer.bat --bootstrap-server localhost:9092 --topic foods --from-beginning -property "key.separator=-" --property "print.key=false"

ความคิดเห็น • 39

  • @harshitpachauri8849
    @harshitpachauri8849 2 หลายเดือนก่อน +19

    Vipul bhaiya please bring spring boot full stack advance project like bookmyshow , ride sharing application, etc or microservices series . TH-cam has crud application in the majority but not any good projects to get the hands on project level experience. Your journal application is too good and have learned most of the advance concepts of spring boot through it . Please bring more like that.

  • @siddheshpawar1750
    @siddheshpawar1750 วันที่ผ่านมา

    Spring boot King. Learning everyday something new from you. Thanks you so much for this content ❤.

  • @somyadeepshrivastava1447
    @somyadeepshrivastava1447 2 หลายเดือนก่อน +4

    Informative video, can you please make a video for deploying a microservice , setting up docker and Kubernetes for scaling as per needed

  • @FM-rn4ti
    @FM-rn4ti 2 หลายเดือนก่อน +3

    Guruji namaste 🙏. Pura TH-cam dekha per end Mai spring boot apse hi sikha aur ab Kafka dhund Raha tha aur ap Kafka ke uper video lekar prakat hogye. Apko pranam guruji.. big fan 🙏🙏

  • @oshogarg5215
    @oshogarg5215 2 หลายเดือนก่อน +1

    Bahut badiya video banai hai bhai… your video is better than 4 hr long tutorial

  • @NitinSingh-dw6gx
    @NitinSingh-dw6gx 2 หลายเดือนก่อน +1

    Bro could you please make separate list on Java Micorservices all interview related questions ? BTW Best videos to learn core concept is only yours ...Thanxxxxx

  • @vinoopb
    @vinoopb 2 หลายเดือนก่อน +1

    Thanks a ton for these videos Vipul, truly indebted to you, I've learned a lot 🙏 on a side note - how did you create the avatar for your channel icon? It's really cool!

  • @deepalirathod4929
    @deepalirathod4929 หลายเดือนก่อน +1

    @ 45:16 shouldn't group coordinator assign separate partitions for each consumer instead of assigning all the partition to one consumer as all the consumer belong to same consumer group ??

  • @user-zj7ri6dn6f
    @user-zj7ri6dn6f 28 วันที่ผ่านมา

    bhot behtereen, thank you so much

  • @legendaryfacts994
    @legendaryfacts994 17 วันที่ผ่านมา

    Bhaiya Apache spark ke tutorial or bana do

  • @bagathijogarao8064
    @bagathijogarao8064 2 หลายเดือนก่อน

    Superr Awesome🤩🤩, Excellent explanation and teaching sir

  • @Sumit-ud5by
    @Sumit-ud5by หลายเดือนก่อน

    Bhaiya koi spring boot ka project bnaiye ... With frontend integration... It'll help us alot.

  • @immanuelantony9771
    @immanuelantony9771 หลายเดือนก่อน

    Thank you so much man

  • @ankitsrivastava2750
    @ankitsrivastava2750 2 หลายเดือนก่อน

    Superb content....and awesome way of explanation

  • @a_dev6696
    @a_dev6696 2 หลายเดือนก่อน

    Danyavaad guruji ❤️

  • @shivkantthakur9768
    @shivkantthakur9768 หลายเดือนก่อน

    Thank you sir where is the commands in discription

  • @nafiyashanu8329
    @nafiyashanu8329 2 หลายเดือนก่อน

    is this playlist a complete one

  • @ghanshyamsinghal9335
    @ghanshyamsinghal9335 24 วันที่ผ่านมา

    very helpful video

  • @punitpushpatode
    @punitpushpatode หลายเดือนก่อน

    Hibernate pe bhi bnao

  • @niteshsoni2282
    @niteshsoni2282 21 วันที่ผ่านมา

    THNKS BUDDY

  • @jaiiinaaam
    @jaiiinaaam 2 หลายเดือนก่อน

    I'M GONNA LAND A GOOD INTERNSHIP THIS SUMMER WITH THIS. 🗣️

  • @shubhamberlia6642
    @shubhamberlia6642 2 หลายเดือนก่อน

    The way you explained spring boot ❤, bhaiya ek request hai JWT authentication padha do

  • @sauravkumarsharma6812
    @sauravkumarsharma6812 2 หลายเดือนก่อน

    I have one doubt also when to use kafka and when rabbitmq i read some where kafka is log base and rabbit mq is in memory..????

  • @Neural_Network_News
    @Neural_Network_News 2 หลายเดือนก่อน

    Kubernetes pr banao with gcp or aws with JAMs stack

  • @chetanshelke4370
    @chetanshelke4370 2 หลายเดือนก่อน

    Thank you ❤❤

  • @nikhilaggarwal9325
    @nikhilaggarwal9325 2 หลายเดือนก่อน

    Best content

  • @realcricketgamer5377
    @realcricketgamer5377 2 หลายเดือนก่อน

    Is this last vedio of spring boot series
    Can any one say

  • @ayushjain7758
    @ayushjain7758 2 หลายเดือนก่อน

    Guruji ji 💖💖💖💖💖