camel-kafka-connector icon indicating copy to clipboard operation
camel-kafka-connector copied to clipboard

Allow to bridge between user's custom Camel Processor and Kafka Connect SMT

Open oscerd opened this issue 6 years ago • 0 comments

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

oscerd avatar Dec 09 '19 09:12 oscerd