remove MultitenancyStrategy #3866
Replies: 2 comments 1 reply
-
On a side note, Hibernate Search needs to determine whether multi-tenancy is enabled or not. And it needs to do so very early, basically just after So to anyone doing this change: please leave some way to detect that :) |
Beta Was this translation helpful? Give feedback.
1 reply
-
But the hope is to do it someday. I don't have a strong opinion about this atm, but it would suck to remove it and add it back later |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
MultitenancyStrategy
enum is currently not useful.MultitenancyStrategy.DISCRIMINATOR
is a nice idea, but it's never been implementedMultitenancyStrategy.SCHEMA
andMultitenancyStrategy.DATABASE
, and it's misleading to have them represented by two different enumerated values.I believe this thing could be removed with almost no impact on users at all.
Beta Was this translation helpful? Give feedback.
All reactions