Skip to content

Commit

Permalink
feat(docs): Update doc on Channels
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Aug 26, 2020
1 parent ffa5615 commit d6a6cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/docs/developer-guide/channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Use-cases of Channels include:

## Multi-Tenant (Marketplace) Support

In its current form, the Channels feature is not suitable for a multi-tenant or marketplace solution. This is because many entities are still shared across all Channels, e.g. Orders, Customers, Assets.
In its current form, the Channels feature is not suitable for a multi-tenant or marketplace solution. This is because several entities which should be isolated in a true multi-tenant system are still shared across all Channels.

Multi-tenancy could still be achieved through a dedicated plugin, but would require significant custom work. An out-of-the-box solution will be considered for a future plugin offering.
Multi-tenancy could still be achieved through a dedicated plugin, and indeed there are some community projects underway in this direction, but would require significant custom work. An out-of-the-box solution will be considered for a future plugin offering.

0 comments on commit d6a6cc0

Please sign in to comment.