Branch: refs/heads/copilot/support-cdc-mode-mixed-indexes
Home:
https://github.com/JanusGraph/janusgraph
Commit: ceb1af1d9becde4b91d634247c0a582eb933d71d
https://github.com/JanusGraph/janusgraph/commit/ceb1af1d9becde4b91d634247c0a582eb933d71d
Author: copilot-swe-agent[bot] <
19898274...@users.noreply.github.com>
Date: 2025-10-29 (Wed, 29 Oct 2025)
Changed paths:
A janusgraph-cdc/pom.xml
A janusgraph-cdc/src/main/java/org/janusgraph/diskstorage/cdc/CdcConfiguration.java
A janusgraph-cdc/src/main/java/org/janusgraph/diskstorage/cdc/CdcIndexTransaction.java
A janusgraph-cdc/src/main/java/org/janusgraph/diskstorage/cdc/CdcMutationEvent.java
A janusgraph-cdc/src/main/java/org/janusgraph/diskstorage/cdc/CdcProducer.java
A janusgraph-cdc/src/main/java/org/janusgraph/diskstorage/cdc/CdcWorker.java
A janusgraph-cdc/src/main/java/org/janusgraph/diskstorage/cdc/KafkaCdcProducer.java
A janusgraph-cdc/src/test/java/org/janusgraph/diskstorage/cdc/CdcMutationEventTest.java
M janusgraph-core/src/main/java/org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.java
M pom.xml
Log Message:
-----------
Add CDC module with core infrastructure for mixed index mutations
Implemented CDC support infrastructure including:
- CDC event model and Kafka producer/consumer
- CDC-aware index transaction wrapper
- Configuration options for CDC modes
- Basic unit tests
Co-authored-by: porunov <
17673243...@users.noreply.github.com>
To unsubscribe from these emails, change your notification settings at
https://github.com/JanusGraph/janusgraph/settings/notifications