You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.
@ghilainm documented this request under the AxonFramework repository, issue number #712. The contents have been copied over here per direct reference.
The link between the different components is not clear for me. Would it be possible to add in the documentation an overview with a component diagram illustrating how the following components are linked:
It seems sometimes to me that the concept of EventBus/EventStore/EventProcessor overlaps in your documentation which makes it quite confusing when reading it.
Maybe the diagram in architecture overview section should be clarified a bit to provide a bit more context or add a section grouping definitions of those context.
The text was updated successfully, but these errors were encountered:
To provide a quick and short answer for your 'overlap between concepts'.
The EventStore is a specification of the EventBus, with the added notion of it storing events.
Thus, an EventStore is an EventBus by definition in the framework.
The EventProcessor is completely different from the EventBus/EventStore, as it is the business part to handling the events instead of publishing the events.
@ghilainm documented this request under the AxonFramework repository, issue number #712. The contents have been copied over here per direct reference.
The link between the different components is not clear for me. Would it be possible to add in the documentation an overview with a component diagram illustrating how the following components are linked:
It seems sometimes to me that the concept of EventBus/EventStore/EventProcessor overlaps in your documentation which makes it quite confusing when reading it.
Maybe the diagram in architecture overview section should be clarified a bit to provide a bit more context or add a section grouping definitions of those context.
The text was updated successfully, but these errors were encountered: