camel-kafka-connector
camel-kafka-connector copied to clipboard
Camel Kafka Connector allows you to use all Camel components as Kafka Connect connectors
Latest release, as of 28 January 2021, is Java 15. Now that fixes have ben provided for Java 14 https://github.com/apache/camel-kafka-connector/issues/913 . It would be nice to upgrade to Java 15....
If we have all the components together, I thought that we can add a DSL that is very similar to Camel DSL, that is to make it easier for our...
Support Parquet input file formats using HDFS connector. Parquet is widely used in the HDFS world, would be awesome to be able to use parquet with the standard compressions (snappy,...
Add example for using Kerberos auth (maybe in HDFS connector)
Is it possible to specify a response for a gRPC Source Connector? As I understand it now the in message will be used as the response message by default.
For the SQL/JDBC etc. it makes sense to support transactions, this means that we need to set up a transactionManager while using transacted option
Related to https://github.com/apache/camel-kafka-connector/issues/692 When a cache is in place one can think about pre-populate it using a ServiceLoader like pattern in order to enable registration of precomputed conversions (might be...