silvano

Results 20 issues of silvano

This change adds transactional support to the Kafka connector for changefeeds. This change uses the conveyor package to deliver mutation to the target database in any of the supported modes...

Support OATH2 integration testing, using a keycloak docker instance.

enhancement

It would be useful to have end-to-end integration tests that leverage `seqtest.Generator`. This will generate a sequence of mutations that can be applied into the source. The integration test framework...

enhancement

CockroachDB changefeeds emit resolved timestamps across all the partitions within a topic. We could leverage it, to allow transactional consistency across multiple rows, by staging events and committed them to...

enhancement

CockroachDB changefeeds can be emitted in avro format, leveraging a schema registry. The Kafka connector in replicator could accept avro in addition to JSON.

enhancement

This change adds a connector to a DB2 database source. It uses DB2 SQL replication, leveraging staging tables in the source database. For instructions on how to put tables in...

# Integration with Debezium Connectors Debezium is an open source distributed platform for change data capture. See for documentation, and code. While Debezium provides a full environment to stream events...

enhancement