Each lib typically has it's own unique config to worry about (dev, staging & prod)
Misconfiguration is the biggest source of incidents and operational failures.
Do you see where I'm going with this?????
@janetacarr - MV*
....meh? I'm pretty burnt out on horizontal layered architectures personally. Shared mega functions in the "service layer" have caused me way more pain than just copy pasting a query a few times.
My #Clojure web framework wish list:
- Convention over config
- Don't make me think
- Not a bag of libraries
- Your opinion, man
- Tight toolchain
- Fast As F***
- Magic
- MV*
@janetacarr "How do I consume from a queue"
- Find a library that connects to queue system
- Add start and stop for worker thread
- Add it to the system map
- Consume messages