storagetapper icon indicating copy to clipboard operation
storagetapper copied to clipboard

StorageTapper is a scalable realtime MySQL change data streaming, logical backup and logical replication service

Results 24 storagetapper issues
Sort by recently updated
recently updated
newest added

Currently output schema can only less fields than input schema, meaning we can only filter fields from input schema. If it happens that input schema has less fields, for example,...

I created a docker-compose to more easily try out storagetapper. It's based on `scripts/workflow_example.sh`. As this is my first try to get storagetapper up and working, it might contain some...

Currently instances can be configured with decentralized config files or centralized config in the state database. We need to add ability to configure instances by command line parameters.

help wanted
good first issue

help wanted
good first issue

We need to try check table parameters during registration endpoint call, instead of currently asynchronously check during state sync loop. This way the issues like non-existent users on the source...

help wanted

It should be possible to specify "*" for database and table name fields while adding table. Builtin enumerator should be able to expand those wildcard by logging in to the...