orpiske commented on issue #1144:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1144#issuecomment-820653232


   Hello @cstmgl 
   
   If I remember correctly, I think the reason we don't have a JDBC source 
connector is because we would need to rely on a timer component for polling the 
database in a regular interval. However, I believe that this would be complex 
enough to deviate from our aim of providing a set of connectors that are simple 
to get started. 
   
   In such case, doing so with a regular route based on Camel Core, Camel K or 
Camel Quarkus usually provides a simpler way to achieve the desired result. 
Based on the preliminary description of your problem, I can't help but wonder 
if a project like [Debezium](https://debezium.io/) wouldn't solve the problem 
as well. 
   
   That said we keep a library of examples in a separate project. They are 
available here: https://github.com/apache/camel-kafka-connector-examples/. They 
should cover a large range of connectors that we have tested and verified. We 
also have some [integration 
tests](https://github.com/apache/camel-kafka-connector/tree/master/tests) that 
show how we solve edge cases or more complex scenarios.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to