core-java icon indicating copy to clipboard operation
core-java copied to clipboard

Make single-`TenantIndex` more robust

Open alexander-yevsyukov opened this issue 3 years ago • 0 comments

The default implementation in io.spine.server.tenant.SingleTenantIndex does nothing in the keep(TenantId) method.

To make it more robust for the business logic that works with multi/single-tenant logic, it should throw an exception on such a call.

alexander-yevsyukov avatar Mar 26 '21 12:03 alexander-yevsyukov