You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "lburgazzoli (via GitHub)" <gi...@apache.org> on 2023/05/08 09:42:05 UTC

[GitHub] [camel-k] lburgazzoli opened a new issue, #4337: Add support for Strimzi Kafka in KameletBinding/Pipe

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: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Add support for Strimzi Kafka in KameletBinding/Pipe [camel-k]

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez closed issue #4337: Add support for Strimzi Kafka in KameletBinding/Pipe
URL: https://github.com/apache/camel-k/issues/4337


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] github-actions[bot] commented on issue #4337: Add support for Strimzi Kafka in KameletBinding/Pipe

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4337:
URL: https://github.com/apache/camel-k/issues/4337#issuecomment-1672351955

   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!


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Add support for Strimzi Kafka in KameletBinding/Pipe [camel-k]

Posted by "lburgazzoli (via GitHub)" <gi...@apache.org>.
lburgazzoli commented on issue #4337:
URL: https://github.com/apache/camel-k/issues/4337#issuecomment-2018162574

   > 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 


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Add support for Strimzi Kafka in KameletBinding/Pipe [camel-k]

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez commented on issue #4337:
URL: https://github.com/apache/camel-k/issues/4337#issuecomment-2018158718

   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?


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org