Best of KafkaAugust 2023

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Build a Real-Time Notification System with Go and Kafka

    In this tutorial, you’ll delve into the mechanics of Kafka and then integrate it with Go to develop a real-time notification system. In order to understand this article fully, you should have prior knowledge of Goroutines, the Gin framework, and containerization tools like Docker.

  2. 2
    Article
    Avatar of bytebytegoByteByteGo·3y

    How to Choose a Message Queue?

    The diagram below shows how it works: When the cashier takes an order, a new order is created in the database-backed queue. For Starbucks’ use case, a simple database queue meets the requirements without needing Kafka. RabbitMQ works like a messaging middleware - it pushes messages to consumers then deletes them upon acknowledgment.

  3. 3
    Article
    Avatar of redislabsRedis·3y

    Five New Official Redis Clients

    Redis now officially supports five open-source client libraries: More are on the way. Choosing one of our official Redis clients means prioritizing your development experience. We will provide a standard interface across all Redis flavors, whether you use Redis Open Source (Redis OSS) or Redis Enterprise Cloud.

  4. 4
    Article
    Avatar of discdotDiscover .NET·3y

    Domain Modeling Gone Wrong

  5. 5
    Article
    Avatar of quastorQuastor Daily·3y

    A Technical Deep Dive on Event Driven Architectures

    This article on Event Driven Architectures is the first part of this week’s Quastor Pro article. In this article, we'll delve into the components of an event driven architecture, key characteristics, relevant technologies, implementation patterns and potential challenges.