Michael Reinsch wants to give this talk

Kafka as message queue for your microservices / other occasions

The basic structure of this talk could be:

  • explore a bit the benefits and challenges of using a message queue as base of your microservices infrastructure (especially when transitioning from a monolith).
  • quick intro to Kafka, the basic concepts, and why it's good as a message queue
  • how to (reliably) use it as a message queue from Ruby and how to implement event processors (your job workers)