'Embedded Debezium in Spring multiple instances

Because I need to keep track of changes in my MySQL database, I'm beginning to insert Debezium into my Spring Boot project. On the basis of this link, I implemented Embedded Debezium. However, I am having difficulty with Debezium. Is it possible to use Embedded Debezium to scale my project across multiple Kubernetes pods? Or should I customize it to avoid receiving duplicate events on each Kubernetes pod?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source