You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "wuyexixi (via GitHub)" <gi...@apache.org> on 2023/03/17 03:14:55 UTC

[GitHub] [camel-k] wuyexixi opened a new issue, #4145: how to add custom component in camel-k

wuyexixi opened a new issue, #4145:
URL: https://github.com/apache/camel-k/issues/4145

   # camel-n: resource=file:DemoComponent/target/DemoComponent-1.0-SNAPSHOT.jar
   
   - from:
       uri: "timer:tick"
       parameters:
         period: "1000"
       steps:
         - set-body:
             constant: "Hello Yaml ppp !!!"
         # - transform:
         #     simple: "${body.toUpperCase()}"
         - to: "demo:www"
         - to: "log:test?level=WARN"
   
   when running "kamel run", it states demo component is not found.  


-- 
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


[GitHub] [camel-k] github-actions[bot] closed issue #4145: how to add custom component in camel-k

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #4145: how to add custom component in camel-k
URL: https://github.com/apache/camel-k/issues/4145


-- 
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] oscerd commented on issue #4145: how to add custom component in camel-k

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

   Custom component are not supported at this stage.


-- 
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 #4145: how to add custom component in camel-k

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

   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


[GitHub] [camel-k] wuyexixi commented on issue #4145: how to add custom component in camel-k

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

   oh. sorry to hear about that.


-- 
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