single camel kafka jdbc sink connector for 100 topics

2022-05-24 Thread shiva kumar g.v
Hi Team, We have a requirement to sync table records between 2 database . We use strimzi kafka and debezium source connector for CDC. Now we have records from 100 tables into 100 topics in kafka which need to be inserted into target database. I was trying to use camel sql server/Jdbc sink conne

d...@camel.apache.org

2022-05-24 Thread Gaurav Verma
Hi All, I am using Apache Camel 3.14.0 with SpringBoot and trying to generate code coverage report with JaCoCo xml so that SonarQube can use it to show code coverage. I followed all the steps mentioned in https://camel.apache.org/manual/camel-report-maven-plugin.html#_camelroute_coverage but still

Re: d...@camel.apache.org

2022-05-24 Thread Claus Ibsen
Hi Can you try with latest 3.14.x release and if still a problem with 3.17.0. And for JMX then you should use -starter JAR instead of vanilla camel JARs https://github.com/apache/camel-spring-boot/tree/main/components-starter/camel-management-starter On Tue, May 24, 2022 at 12:51 PM Gaurav Ve

Re: single camel kafka jdbc sink connector for 100 topics

2022-05-24 Thread Claus Ibsen
Hi You can use a topic pattern (I think its regexp) to consume from multiple topics. That is in the general camel-kafka component https://camel.apache.org/components/3.17.x/kafka-component.html#_component_option_topicIsPattern I am not sure if they have exposed that in the kafka kamelet. Then t