JiriOndrusek opened a new issue, #4596: URL: https://github.com/apache/camel-quarkus/issues/4596
The following scenarios from the [documentation](https://camel.apache.org/components/3.20.x/jdbc-component.html) are not covered in Camel Quarkus: 1. [Generated keys](https://camel.apache.org/components/3.20.x/jdbc-component.html#_generated_keys) 2. [Using named parameters](https://camel.apache.org/components/3.20.x/jdbc-component.html#_using_named_parameters) 3. Polling databes every time interval - part of the [samples](https://camel.apache.org/components/3.20.x/jdbc-component.html#_sample_polling_the_database_every_minute). 4. Move data between datasources - part of the [samples](https://camel.apache.org/components/3.20.x/jdbc-component.html#_sample_move_data_between_data_sources). Because JDBC extension leverages quarkus extension (see the [documentaion](https://quarkus.io/guides/datasource)) it would be nice to cover major features - it is optional. 1. Cover different db types for jdbc (based on the [doc](https://quarkus.io/guides/datasource#jdbc-datasource-2)) - DB2, Derby, H2, MariaDB, Microsoft SQL Server, MySQL, Oracle and PostgreSQL. -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org