lburgazzoli opened a new issue, #4337: URL: https://github.com/apache/camel-k/issues/4337
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: ```yaml 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 is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
