apache / camel-kafka-connector

Camel Kafka Connector allows you to use all Camel components as Kafka Connect connectors
https://camel.apache.org
Apache License 2.0
147 stars 99 forks source link

Investigate using Kamelet concepts in Camel-Kafka-connector #423

Open oscerd opened 3 years ago

lburgazzoli commented 3 years ago

I think Kamelets or a very similar concept can also be used to implement Kafka Connect SMTs which could supersede #22 and #21 by unleashing the full power of the Camel DSL

oscerd commented 3 years ago

Lets discuss here. What we know so far:

  1. The kamelet should an alternative approach to the current approach
  2. the kamelet yaml should be packaged with the connector
  3. We should re-use the itest infra we have

@lburgazzoli @valdar

heiko-braun commented 3 years ago

Should Kamelets be an alternative, or a replacement for the current approach?

valdar commented 3 years ago

@heiko-braun as first step a drop in replacement then transitioning to a replacement.