1. Events decrease coupling? Often! But not always.
e.g. events decrease coupling when used for read-models and cross-cutting concerns,
but: be careful to introduce complex peer-to-peer event chains – consider commands
2. Central control is bad? It can be! Respect the BC!
e.g. ESB smartness, god services often violate the odea of bounded contexts,
but: don‘t throw out the baby with the bath, important business capabilities need a home
3. Workflow engines are painful? Some of them!
e.g. with „zero coding“, when violating bounded contexts, but: lightweight engines
enable long-running services, run decentralized, solve hard developer problems