Changed paths:
A janusgraph-cdc/README.md
M janusgraph-cdc/pom.xml
A janusgraph-cdc/src/main/java/org/janusgraph/diskstorage/cdc/CdcIndexTransactionFactory.java
A janusgraph-cdc/src/test/java/org/janusgraph/diskstorage/cdc/CdcKafkaIntegrationTest.java
Log Message:
-----------
Add CDC factory, documentation, and Kafka integration test
- Created CdcIndexTransactionFactory for managing CDC lifecycle
- Added comprehensive README with usage examples
- Implemented integration test with Kafka testcontainer
- Added testcontainers junit-jupiter dependency