Re: CDC with Debezium

2020-04-23 Thread Federico Valeri
Hi Omar, thanks for your feedback, much appreciated. I agree with you, Camel has a much broader scope and offers greater flexibility. Here I specifically talk about CDC solutions so the comparison is on that specific use case. I tried to make your point in the last couple of lines, but it can be r

Re: CDC with Debezium

2020-04-22 Thread Omar Al-Safi
Hi Federico, Looks good to me! However, in the consideration part, I wouldn't compare Kafka Streams with Camel use cases, they both solve different problems with some overlap. However, the Camel use case would make sense (to me at least), for any integration that doesn't need Kafka Connect couplin

CDC with Debezium

2020-04-22 Thread Federico Valeri
Hi Cameleers, recently I did some experiments with CDC using Debezium engine [1]. The main objective here was to compare KafkaConnect configuration-driven approach with Camel code-driven approach. I wanted to share this work with you primarily to have some feedback and then, if you are interested,