Event Driven Microservices

Event Driven Microservices Architecture

What middleware we can choose for messaging?

How are all instances of same micro-service competing to consume events?

With RabbitMQ Fanout pattern, or Kafka Consumer group pattern

How to implement a event-driven microservice with best practice?

Which one to choose, Kafka or RabbitMQ?

References:

(Updated: )

comments powered by Disqus