You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make redis key space domain customizable, there by allowing multi-tenant software to namespace | isolate their data in the same redis db. This primarily applies to the hash bucket keys.
Describe Preferred Solution
In com.netflix.conductor.redis.dao.BaseDynoDAO instead of the domain being a member variable, access from the property instance on demand. A derived bean instance of ConductorProperties (already a member of BaseDynoDAO) will be able to access the customized domain seamlessly.
Describe Alternatives
Considered other fields like stack, however key space domain is the most meaningful customization for tenant isolated hash buckets
The text was updated successfully, but these errors were encountered:
Please read our contributor guide before creating an issue.
Also consider discussing your idea on the discussion forum first.
Describe the Feature Request
Make redis key space domain customizable, there by allowing multi-tenant software to namespace | isolate their data in the same redis db. This primarily applies to the hash bucket keys.
Describe Preferred Solution
In
com.netflix.conductor.redis.dao.BaseDynoDAO
instead of the domain being a member variable, access from the property instance on demand. A derived bean instance ofConductorProperties
(already a member ofBaseDynoDAO
) will be able to access the customized domain seamlessly.Describe Alternatives
Considered other fields like stack, however key space domain is the most meaningful customization for tenant isolated hash buckets
The text was updated successfully, but these errors were encountered: