Optimistic Concurrency in an HTTP API with ETags & Hypermedia

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

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

  • @IvanRandomDude
    @IvanRandomDude Год назад +4

    Hypermedia! That's what REST is all about. Many people wrongly think that REST is just returning json from controllers. Wrong. REST is much more,

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

    Its great that you explained such topic and currently we are implementing optimistic concurrency in our app.

  • @11r3start11
    @11r3start11 3 года назад +3

    It is worth to mention that event store db has write and version control guarantees! So any concurrent calls are safe by default (as long as you provide version).
    Kafka, for instance, can’t give you this type of guaranty for optimistic concurrency

  • @farzadmf
    @farzadmf 3 года назад

    Just wanted to thank you for all your great videos, keep them coming 🙂

  • @johncerpa3782
    @johncerpa3782 3 года назад +1

    Your videos are gold

  • @thedacian123
    @thedacian123 2 года назад +1

    In entity framework we have implemented optimistic concurrency pattern which works easily with sql server timestamps

  • @fredimachadonet
    @fredimachadonet 3 года назад

    Thanks Derek!

  • @hernandosierra8759
    @hernandosierra8759 3 года назад

    Thank you.

  • @johncerpa3782
    @johncerpa3782 3 года назад

    Do you have courses on udemy?

    • @CodeOpinion
      @CodeOpinion  3 года назад +2

      No I do not. I do plan on release a course however, but not likely on udemy. I'll post info about it on my channel when the time comes.

  • @aristideherve5748
    @aristideherve5748 3 года назад

    FIRST!

  • @MrEnsiferum77
    @MrEnsiferum77 3 года назад +1

    What microservices said to optimistic concurency? U have no power here