Multi-tenancy support¶
Context and Problem Statement¶
Concurrent use of platform modules by different customers can be mandatory. Meanwhile a multi-tenant application that can should also run as a single tenant.
Considered Options¶
- Multi-tenancy
- No Multi-tenancy
Decision Outcome¶
Chosen option: "Multi-tenancy" because,
- Since it will be more difficult to convert a single tenant application to a multi-tenant application later on, multi-tenant application will be developed.
Consequences¶
- Development effort will increase dramatically.