davydog187 / migrating_from_kafka

Talk for RabbitMQ Summit 2021

Home Page:https://davydog187.github.io/migrating_from_kafka/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrating from Kafka to RabbitMQ at SimpleBet: Why and How

This is the content of my talk for RabbitMQ Summit 2021. This presentation is generated using the Marp Presentation Ecosystem.

Talk Description

At Simplebet, we are striving to make every moment of every sporting event a betting opportunity. In doing so, we initially chose Kafka to deliver market updates. The result was a setup which was difficult and expensive to maintain, and non-trivial for our customers to integrate with. After researching other delivery mechanisms, we migrated to RabbitMQ, as it provided us with a low-cost, low-latency alternative that satisfied our business needs. Best of all, it provided a familiar, standards-based means of integration for our customers with superior flexibility to what Kafka offers.

In this talk, we will cover the technical and business reasons for why RabbitMQ has proven itself to be a great platform for building a B2B SaaS product, how it compares to other tools on the market, and where it excels in flexibility for our customers.

Links

Development

To view this presentation locally, first run npm install.

Build

Outputs HTML

npm run html

Watch

Watches for changes, builds html

npm run watch

Server

Serves project at http://localhost:8080

npm run server

About

Talk for RabbitMQ Summit 2021

https://davydog187.github.io/migrating_from_kafka/

License:GNU General Public License v3.0