Hacker News new | ask | show | jobs
by ryanpetrich 2210 days ago
It's pluggable in that large parts of it can be replaced or disabled at compile time. Runtime reconfiguration isn't well supported.
1 comments

Well if you pack in a new communication bus plugin, you'd still have all of the defaults (rabbitmq, and so on) available in addition to the one you add. You can use Environment variables to pick the one you want by its name.