Add support for Strimzi Kafka in KameletBinding/Pipe
With https://github.com/apache/camel-k/issues/1686, support for Strimzi's KafkaTopic has been added, however it would be nice to have support for Strimzi's Kafka CRD also, something like:
apiVersion: camel.apache.org/v1alpha1
kind: KameletBinding
metadata:
name: twitter-stream-binding
spec:
source:
ref:
apiVersion: camel.apache.org/v1alpha1
kind: Kamelet
name: twitter-stream
properties:
keyword: Camel K
secret: ...
sink:
ref:
apiVersion: kafka.strimzi.io/v1beta1
kind: Kafka
name: my-cluster
properties:
topic: "my-topic"
This way a user could override the topic, i.e. in a step to perform some sort of CBR among topics
This issue has been automatically marked as stale due to 90 days of inactivity. It will be closed if no further activity occurs within 15 days. If you think that’s incorrect or the issue should never stale, please simply write any comment. Thanks for your contributions!
As I'm working on this very same context, I may try to do this for 2.3 release. @lburgazzoli do you think is it still worth doing?
As I'm working on this very same context, I may try to do this for 2.3 release. @lburgazzoli do you think is it still worth doing?
+1