Anyone got any recommendations for some kind of schema system for RabbitMQ messages? We need a better approach to how we use RabbitMQ (and similar systems) at work. Right now, we've got an extremely messy and inconsistent approach. I want predictability and safety, so some kind of schema registry?

Comments