Skip to content

Commit 3da891e

Browse files
Add passage about Multi-Tenancy plugin
1 parent 849cf47 commit 3da891e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

axon-server/administration/multi-context.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ This resolver will be used to determine the target context based on the message.
5050

5151
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).
5252

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.
58+
5359

5460
> **Pre-4.4 Context Deletion**
5561
>

0 commit comments

Comments
 (0)