Avoiding a QUEUE Backlog Disaster with Backpressure & Flow Control

Поділитися
Вставка
  • Опубліковано 6 вер 2024

КОМЕНТАРІ • 13

  • @jimhart5797
    @jimhart5797 2 роки тому +6

    Hi Derek. Great video. Could you do a related topic when you have multitenancy and have to deal with noisy neighbor issues? Meaning, a high volume of messages are produced by one tenant and how to mitigate impacts to other tenants. Thanks so much!!

  • @mehdihadeli
    @mehdihadeli 2 роки тому +3

    Thanks, for this video,
    Could you create a video about scaling database side and its scaling mechanism?

  • @ToeShimmel
    @ToeShimmel 2 роки тому +3

    God I love this channel. Great content as always!

  • @everydreamai
    @everydreamai 2 роки тому +1

    It's an interesting subject and a good primer. I think the topic could use a lot more depth. Consumer scaling is certainly more ideal in the general case as the front half of your video discusses. I feel backpressure and flow control really deserve more attention. What causes it or how does it arise, what different solutions will do for you for different classes of producers (truly async? tied to UX? etc) and potentially pitfalls of loading producers with backlogs themselves.

    • @CodeOpinion
      @CodeOpinion  2 роки тому

      Yes, agreed. It can use more discussion. I have covered competing consumers in how it's done as well as how if affects message order processing. I haven't covered as much in terms of producers and the various reasons it can happen. These topics can get rather advanced but still worth doing. Thanks for the comment/suggestion.

    • @mehdihadeli
      @mehdihadeli 2 роки тому

      Could you share your resources about that?

  • @aravindhandset
    @aravindhandset 2 роки тому +2

    Great video. Do you have any relating these to Kafka messaging platform? May be, if I may request a video about implementing event driven/message driven app using c# and Kafka?

    • @CodeOpinion
      @CodeOpinion  2 роки тому

      I have a video about using Kafka with C#: ua-cam.com/video/n_IQq3pze0s/v-deo.html

  • @pablocom
    @pablocom 2 роки тому

    Very interesting, thanks for sharing :)