What is the difference between “Event Gateway” and “Event Bridge” patterns?
In event-driven architecture there are two similar-looking patterns: event bridge and event gateway. I’m not entirely sure what’s the difference between them, because they both seem to require a dedicated centralized message broker, whose function is to route message between subsystems.