Wondering if this is possible? I'd like to have 2 debezium connector processes (with different server ids) pointing to the same MySQL database and receiving the data as if they are workers sharing the load. Currently I observe the behaviour of pub/sub where both gets a copy of the same event. If I use the same server.id, then the first process dies complaining that the process with the same server id has been started.
I use Kafka as a store.
Wondering if this is possible or Debezium connectors are always meant to be "single process" and not horizontally scale?