Problems with Event Driven Architecture
Some of the architects here at DSI and myself have been investigating the reconstruction of a major system into an Event Driven Architecture (EDA). The pattern is extremely well distributed and as...
View ArticleAd Hoc Data Changes in an Event Driven Architecture
Ad hoc data changes are often a necessary evil within modern enterprise applications. Right-thinking development professionals hate them. They hate them because they’re dangerous, often implemented by...
View ArticleEvent Driven Architecture Synchronization Issues
Event Driven Architecture allows for unprecedented levels of decoupling between a system’s major components. Recently I’ve been blogging about the hidden issues that can appear when adopting this model...
View ArticleSynchronizing a Restored Event Driven Component with its Upstream Components
In the event of a catastrophic failure for a component in an Event Driven Architecture, it’s expected for the component to have synchronization issues. I’ve already discussed how an Event Driven...
View Article