This is an automated email from the ASF dual-hosted git repository.
av pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git
from f5f78e30 [MINOR] Fix compilation
add 4368182b WIP
add 198cc3ba WIP
add 1fb9ee8c WIP
new 5d91927b IGNITE-20804 Support custom conflict resolver at CDC based
datacenter replication
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../CacheConflictResolutionManagerImpl.java | 14 ++++-
...VersionConflictResolverCachePluginProvider.java | 12 +++-
...CacheVersionConflictResolverPluginProvider.java | 10 ++-
...heConflictOperationsWithCustomResolverTest.java | 71 ++++++++++++++++++++++
4 files changed, 102 insertions(+), 5 deletions(-)
create mode 100644
modules/cdc-ext/src/test/java/org/apache/ignite/cdc/CacheConflictOperationsWithCustomResolverTest.java