Using Avro in Ruby

At Blue Lava, we’re evolving our monolith to be more event driven. We’re not exactly breaking it up, but we are getting a few things outside of it.

Photo by Viktor Forgacs on Unsplash

We had already put events and pub/sub in place using ActiveSupport::Notifictions. We decided to use events in response to coupling that was happening in ActiveRecord callbacks.

I’ve always wanted to write a gem that would watch all callbacks and if you operated on…

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store