Implement partitioning for indexing
Implement a routing strategy that works for all the adapters. It could span the collection class, collection record, partition strategy, etc.
Definition of done
-
A document that's tracked will determine the correct partition to be indexed into -
A document always goes to the same partition (consistent routing) -
Each collection should define a partition strategy
Edited by Madelein van Niekerk