Hi,
While extending the ConsistentHash I needed to pass some config params to my custom
implementation - this is not currently supported
I think adding this functionality would be useful and consistent with other extension
points, e.g. cacheLoaders.
What I have in mind is something like:
<hash ...>
<consistentHashFunction class="...">
<properties>
</properties>
</consistentHashFunction>
</hash>
Wdyt?
Cheers,
Mircea