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

Unique identifier for binlog rows (question?) #67

Open
cubbuk opened this issue Sep 1, 2017 · 0 comments
Open

Unique identifier for binlog rows (question?) #67

cubbuk opened this issue Sep 1, 2017 · 0 comments

Comments

@cubbuk
Copy link

cubbuk commented Sep 1, 2017

Is there a way to get a unique identifier from binlogs for each log, something like uuid for example?
I am sending logs to a kinesis stream and there is a consumer which reads the data to save into db. If there is a unique identifier for each log, then reprocessing the records wouldn't create duplicate data on the final destination. I thought about using nextPosition and timestamp but realized non of them are unique actually. Any idea how to get such an information?
Thanks

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

1 participant