The current design leverages one trigger, global variable, and data queue per selected table to post the CDC to Kafka when CRUD operations occur.
However, any data that exists in monitored tables prior to starting the daemon will not get populated in Kafka.
Propose adding another command option that would provide the snapshot capability.
The current design leverages one trigger, global variable, and data queue per selected table to post the CDC to Kafka when CRUD operations occur.
However, any data that exists in monitored tables prior to starting the daemon will not get populated in Kafka.
Propose adding another command option that would provide the snapshot capability.