We have a use-case for a custom record merger, and might have a use-case for more. It would be good to have a utility or at least proper examples of the preferred way to arbitrarily chain N mergers with ConnectionRecordMerger. A decorator pattern should work fine for now, but ideally we could have a CompositeRecordMerger() utility that accepts an arbitrary list of them.
We have a use-case for a custom record merger, and might have a use-case for more. It would be good to have a utility or at least proper examples of the preferred way to arbitrarily chain N mergers with ConnectionRecordMerger. A decorator pattern should work fine for now, but ideally we could have a CompositeRecordMerger() utility that accepts an arbitrary list of them.