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
Copy file name to clipboardExpand all lines: axon-server/administration/multi-context.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,12 @@ This resolver will be used to determine the target context based on the message.
50
50
51
51
You can stream events from multiple contexts in the same processor. This is described in the [Streaming Events Processors' Multiple event sources section](../../axon-framework/events/event-processors/streaming.md#multiple-event-sources).
52
52
53
+
### Multi-tenancy
54
+
55
+
When an application handles multiple tenants, it might make sense to create separate store per tenant.
56
+
Handling multiple tenants needs additional infrastructure, such as duplication of the event processor for each tenant, as well as datasource configuration.
57
+
For this we have created the Multi-Tenancy extension to Axon Framework], that takes care of this infrastructure for you.
0 commit comments