💻
Software Engineering Notes
  • Introduction
  • Event-Sourcing
  • CQS and CQRS
  • Domain-Driven Design
    • Overview
    • Business Domain
    • Subdomain
    • Bounded Context
      • Interaction Between Contexts
    • Layers
      • Domain Layer
      • Application Layer
      • Infrastructure Layer
  • Database
    • In-Memory (Redis)
    • Search Engine (Elasticsearch)
    • Column-Oriented (Cassandra)
    • Document-Oriented (MongoDB)
  • Messaging
    • Brokers
      • Kafka
  • Race Condition
  • Concurrency vs Parallelism
  • API Architectural Styles
    • gRPC
  • Language & Framework Specific Notes
    • Go (Golang)
Powered by GitBook
On this page
  1. Messaging

Brokers

PreviousMessagingNextKafka

Last updated 1 year ago

  • Kafka: one of the most advanced and popular message broker which is currently available

  • Redpanda: Kafka alternative

  • RabbitMQ

  • Redis: it is also possible to use Redis as a message broker)

Apache Kafka Vs RabbitMQ: Main Differences You Should KnowSimplilearn.com
RabbitMQ vs Kafka - Difference Between Message Queue Systems - AWSAmazon Web Services, Inc.
Logo
Logo