scylladb / scylla-cdc-source-connector

A Kafka source connector capturing Scylla CDC changes
Apache License 2.0
41 stars 17 forks source link

Add Integration Tests using testcontainers + EmbeddedConnectCluster #18

Open hartmut-co-uk opened 2 years ago

hartmut-co-uk commented 2 years ago

Confluent provides org.apache.kafka.connect.util.clusters.EmbeddedConnectCluster.

Along with testcontainers for a scylla node this should allow for integration tests, debugging, improve code quality, confidence, maintenance, ...