Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Spinning up microservices using Ruby/Kafka

Ankita
June 24, 2017

Spinning up microservices using Ruby/Kafka

Learn how to create your own ruby applications and link them up using Kafka

Ankita

June 24, 2017
Tweet

More Decks by Ankita

Other Decks in Technology

Transcript

  1. Private & Confidential An event stream limits the concern of

    publishing service to broadcasting a message when an event occurs i.e. fire and forget What is an event stream?
  2. Private & Confidential Pheromone. https://github.com/ankitagupta12/pheromone Pheromone allows easy publishing of

    changes (inserts and updates) in ActiveRecord models to topics in Kafka. Setting up your first Producer
  3. Private & Confidential Karafka. https://github.com/karafka/karafka Karafka is a higher level

    abstraction on raw Kafka drivers, providing tools to set up consumers for multiple topics within a single application. Setting up your first Consumer