Hi,
Talend Cassandra component is available on Talend Big Data Studio but on Data Integration perspective not in the Mediation perspective.
If you want to use it with Camel, you have two choices:
- Use a cTalendJob call a job with cassandra component
- Use a custom code on mediation, I don't think there is a camel-cassandra yet, just one made on github I think.
On DI side, there is no Kafka component yet, feel free to put a request on
Talend Bugtracker.
About reusing your code, you can deploy it on talend runtime and still use it, and beans/spring and datasources can be used also.
But if you want to convert a Camel artifact into a Talend Camel route, I don't think it is straightforward.