camel-kafka-connector
camel-kafka-connector copied to clipboard
Camel Kafka Connector allows you to use all Camel components as Kafka Connect connectors
Hi I have few questions regarding camel-smtp connector. 1. Where are the instructions to setup camel smtp Kafka Connect? 2. What makes it better than implementing our own consumer that...
While looking at the recent CI itest failure on itests-netty, I found the following errors occuring frequently in many itests. Why is it happening? Can we fix this? ``` java.net.URISyntaxException:...
Source connectors basically will start a consumer endpoint "from uri", but currently no way to add a processor class after from. The processor is really flexible and can do pretty...