-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Description
Tell us about the problem you're trying to solve
Resync/refresh a single table within a stream
Describe the solution you’d like
Sometimes a table gets out of sync, or the source schema changes. It would be great to be able to resync/refresh just that single table, with affecting any other tables in the stream. The optimal solution would be a button next to each table in the "Replication" view that performs this action.
Describe the alternative you’ve considered or used
Currently, you have to refresh all tables within the stream, which is very impractical when you have a lot of tables and/or very large tables. I've also found a workaround for myself by logging into the database and manually updating the state in the states table - it works, but it very cumbersome! I have also resorted to putting large tables in their own stream so that I can refresh just that table if needed. Again, very cumbersome!
Additional context
None
Are you willing to submit a PR?
Unfortunately I don't have enough experience with Java or Python