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

Partitioned Mysql tables #338

Open
sukeshac opened this issue Aug 12, 2021 · 0 comments
Open

Partitioned Mysql tables #338

sukeshac opened this issue Aug 12, 2021 · 0 comments

Comments

@sukeshac
Copy link

I am using debezium mysql connector to read bin log content.

When a table has been partitioned, the binary log records the partition
information as below.

image

I need to get this partition details so that i can push the messages to different Kafka topic partitions.
But i could not find this partition details in the EventData from the bin log reader .

Please let me know how to get table partition details if the details are already captured, if not please support to parse the table partition details as it already recorded in mysql bin logs.
The same is supported for insert/update/delete operations in bin logs.

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