Replies: 1 comment 4 replies
-
very odd. what producer are you using? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a case that inserts data into multiple tables in one transaction.
For example:
In code, I do insert as bellow order:
insert table A;
insert table B;
insert table C;
It's the same order in bin-log, but looks like Maxwell read bin-log in reversed order. Reading it as C, B then A.
May I ask why?
Is there any setting to make it read as A, B then C?
Beta Was this translation helpful? Give feedback.
All reactions