Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap initial database into kafka #126

Closed
bbnsumanth opened this issue Oct 12, 2015 · 2 comments
Closed

Bootstrap initial database into kafka #126

bbnsumanth opened this issue Oct 12, 2015 · 2 comments

Comments

@bbnsumanth
Copy link

Can we use this to do a Mysql db dump to a kafka topic.

@osheroff
Copy link
Collaborator

not directly -- currently Maxwell only tracks binlog events, ie it tracks inserts/updates/deletes, not the data as it stands.

You can do a mysqldump/import into a new master with maxwell connected, and that will get your data into kafka, but it won't track ongoing updates. I'll definitely be looking into some kind of solution for this problem in the future, but can't say precisely when.

@osheroff osheroff changed the title Mysql db dump to kafka Bootstrap initial database into kafka Dec 11, 2015
@osheroff
Copy link
Collaborator

osheroff commented Jan 9, 2016

This has been addressed in v1.0.0-PRE1

@osheroff osheroff closed this as completed Jan 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants