In my opinion, the multi-tenancy feature can be reasonably replaced with non-java databases like mysql and postgres combined with docker. Both instances share the same code base but with two different runtime volumes and two databases. This would actually reduce the complexity of the code base, especially the entity engine.
On Mar 3, 2017 10:39 AM, "Jacques Le Roux" <[email protected]> wrote: > Hi, > > After my analysis at https://s.apache.org/hvR9 if we don't fix the issues > reported there I wonder if we don't need to remove the multitenant feature, > better not to propose a broken solution! > > Jacques > >
