Hi,
We're considering using Debezium for CDC. Being tied to Kafka is a problem for my organisation, since Mule ESB is used as a bus.
An alternative to Debezium + Kafka would be using database triggers (PostgreSQL in my case) implemented in Java, sending JMS messages to Mule ESB.
Could anyone enlighten me to drawbacks using this approach, compared to Debezium?
Thanks,
Peter