If you still need and/or want to use them, you have some options:- using a single topic with a single partition and messages for all tables in that topic (if you can use FKs your DB load won't hurt Kafka), everything is strictly ordered then
- use "SET foreign_key_checks = 0;" on your sink side to skip FK checks for your JDBC connection/s, compare https://dev.mysql.com/doc/refman/5.7/en/create-table-foreign-keys.html see section "Foreign Keys and Other MySQL Statements"