camel-kafka-connector
camel-kafka-connector copied to clipboard
Allow to bridge between user's custom Camel Processor and Kafka Connect SMT
If the user has custom Camel Processor, IMHO it will be nice to bridge them into Kafka Connect as an SMT wrapper, where the user will just add the Processor class as config, using reflection, we load it into this wrapper and process the data accordingly. However, sure the processing only limited to the messages of the exchange, nothing else
author @omarsmak