Search code examples
javaapache-kafkaosgiapache-karafdebezium

Debezium with kafka or only embedded-Debezium?


Can someone tell me what is the difference between using embedded Debezium (without kafka) with an osgi bundle and using Debezium with kafka? I can't find a lot about Debezium in the internet.


Solution

  • With Kafka (Connect) you gain a great level of fault-tolerance and scalability. Check out the documentation of the embedded mode for a detailed description of its trade-offs.