Ten reasons to choose Apache Pulsar over Apache Kafka for Event Sourcing (CQRS)

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

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

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

    great talk! An interesting technology too.

  • @niclash
    @niclash 2 года назад

    What does Robert mean by "Kafka doesn't support shared consumption" ? I have many independent consumers on my topics, and I got consumer groups for load-sharing.

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

    "Kafka only supports message registry for Avro Schema" -- Pretty sure it supports Avro, JSON, and Protobuf

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

      Afaik, Kafka broker supports only raw bytes by implementing zero-copy mechanism (reading straight to the network buffer) for optimization. Any schemas should be validated by clients - producers and/or consumers.

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

    I could not understand what he tried to communicate, chill... you were all over the place, practice ahead of time..