hello.
I am using the debezium connector to connect to MySQL.
There is one physical instance and multiple logical DBs.
I want to connect one logical DB per connector.
One connector is connected properly and is being used normally.
Then, if you try to connect another connector to another logical DB, the following error occurs.
io.debezium.DebeziumException: The db history topic is missing. You may attempt to recover it by reconfiguring the connector to SCHEMA_ONLY_RECOVERY
Depending on the error, if you change snapshot_mode to SCHEMA_ONLY_RECOVERY and rerun, the following error occurs.
The connector is trying to read binlog starting at SourceInfo.......but this is no longer available on the server. Reconfigure the connector to use a snapshot when needed.
If the connector settings are the same, only the database.include.list and
database.server.id are used differently.
It seems that schema.history.internal.kafka.topic is the problem, so even if I change the connector that is running normally and the new connector, the same error occurs.
Even if you delete and recreate the connector you are trying to connect to, the problem is the same.
Thank you for your help.
What setting is the problem?
thank you