Reputation: 139
I have a debezium connector on top of a Postgres database. So far, so good.
Inside this database, I have a database with 10 tables in which debezium is connected. Additionally, the connector is sending events to Kafka.
If I want to restart the full load of just one of the tables, how do I do it? Or is there no such possibility and I have to redo the full load of all 10 tables?
Upvotes: 0
Views: 27