Event-driven Microservices with Node.js, Kafka & Conduktor

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2024

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

  • @kasper369
    @kasper369 11 หลายเดือนก่อน +6

    Thanks for saying "No one knows what zookeeper does" as a beginner i am now motivated and will watch more of your videos

  • @yashkhd1100
    @yashkhd1100 ปีที่แล้ว +9

    In case someone wants to know about ZooKeeper. In simple terms it's a service that manages distributed systems. Zookeeper verifies if all nodes are active of not. In case if someone goes down..replace it with new node or in case master node goes down electing a new master. These are common problems with any large scale distributed system which ZooKeeper takes care of.

    • @williamsagbunu9109
      @williamsagbunu9109 ปีที่แล้ว

      Can it be compared to k8s

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

      perfect explaination ..thank you my brother ..i just learnt something

  • @umarmuhammadzakari4585
    @umarmuhammadzakari4585 ปีที่แล้ว +4

    You know I have been waiting for this video since I saw the GitHub repo.
    Thank you

  • @annusingh4694
    @annusingh4694 ปีที่แล้ว +2

    Brilliant! Great to see your video after many days

  • @cristitone5738
    @cristitone5738 ปีที่แล้ว +1

    Great video. Very well structured and explained. You are doing better and better

  • @stanleychukwu7424
    @stanleychukwu7424 ปีที่แล้ว +1

    great guy tom!!! merry xmas and a happy new year in advance

  • @claudedaiga5897
    @claudedaiga5897 ปีที่แล้ว +2

    Excellent tutorial. Thank you.

  • @tejass817
    @tejass817 ปีที่แล้ว +1

    This channel helped me to become a better professional developer. Thanks .

  • @chrisalexthomas
    @chrisalexthomas ปีที่แล้ว +1

    "we're gonna run zookeeper, nobody knows what it does..." hahahahhahahha love it! :D

  • @petarprlina423
    @petarprlina423 ปีที่แล้ว +4

    Hi Tom, is there a chance that you make a nodejs-kafka multi-part series? There's a big shortage of those videos on the internet. Cheers.

  • @shikabalaquente3327
    @shikabalaquente3327 ปีที่แล้ว

    Great video.. Very well structure and explained

  • @abdulwahabadeoyin7375
    @abdulwahabadeoyin7375 ปีที่แล้ว +1

    Great video. have been looking for a well structured and explained tutorial on kafka . Pls can you do a tutorial with react-redux toolkit using typescript

  • @ashishpratapsingh7454
    @ashishpratapsingh7454 ปีที่แล้ว

    Great video. Though i am more interested in knowing, which extension you have used for code suggestion. it is really cool. Can you pls tell the name?

  • @Nikunjtechhive
    @Nikunjtechhive ปีที่แล้ว

    when user request using REST api, i produce message and consumer got that message now when consumed message execution there is two case one is success or error that status i want to return requested user how to achieve this.? is producer can know about this.?

  • @Nikunjtechhive
    @Nikunjtechhive ปีที่แล้ว

    How to manage rollback mechanism.? for example if my 1st service have update some data after update completed based on 2nd service add some data, if 2nd service failed i want to rollback 1st service execution, how i can achive multiple micro-service in nodejs.?

    • @TomDoesTech
      @TomDoesTech  ปีที่แล้ว +1

      I don't know if I understand your question but you don't need rollbacks with kafka. the delivery is guaranteed

  • @g-luu
    @g-luu ปีที่แล้ว

    Great content got yourself a sub. Wondering what is the advantage of kafka to rabbitmq

    • @TomDoesTech
      @TomDoesTech  ปีที่แล้ว

      I've never used RabbitMQ