We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This architecture comprises multiple decoupled micro services
Events refer to a change in state or update
Events trigger communication between services
Events can carry the state or act as messengers as notifications
Event Producers
Event Routers
Event Consumers
Event producer apps and consumer apps are decoupled, this enables the apps to independently deployed, update, scale.