Event Driven Architecture (is a message-driven architecture), responsible to deliver message to Subscriber, asynchronously. Observer Pattern (is a software design pattern), responsible to command Subscriber to do something, synchronously.
Event Driven Architecture (is a message-driven architecture), responsible to deliver message to Subscriber, asynchronously. Observer Pattern (is a software design pattern), responsible to command Subscriber to do something, synchronously.