]
Work on ISPN-12171 stopped by Will Burns.
-----------------------------------------
Set store segmented attribute dynamically based upon store
characteristics
--------------------------------------------------------------------------
Key: ISPN-12171
URL:
https://issues.redhat.com/browse/ISPN-12171
Project: Infinispan
Issue Type: Enhancement
Components: Loaders and Stores
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 12.0.0.Final
We now have the new Store SPI which has the `characteristics` method which allows a store
to publish what operations/configurations it supports. We should utilize this to determine
if a store is segmented or not when the user doesn't specify the configuration value.
If a Store can dynamically change supporting the segmentation characteristic it should
log a message or possibly error if needed.