You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/12/20 20:56:26 UTC

[GitHub] [camel-kamelets] christophd opened a new issue, #1227: Errors with log-action Kamelet

christophd opened a new issue, #1227:
URL: https://github.com/apache/camel-kamelets/issues/1227

   I am seeing errors in YAKS tests while using log-action Kamelet:
   
   ```
   ERROR [io.qua.run.Application] (main) Failed to start application (with profile prod): org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: log://log-action?level=INFO&logMask=false&multiline=false&showAllProperties=false&showBody=true&showBodyType=true&showCachedStreams=true&showExchangePattern=true&showHeaders=false&showProperties=false&showStreams=false due to: There are 1 parameters that couldn't be set on the endpoint. Check the uri if the parameters are spelt correctly and that they are properties of the endpoint. Unknown parameters=[{showCachedStreams=true}]
   ```
   
   Do we need to remove `showCachedStreams` property form the Kamelet?


-- 
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-kamelets] oscerd commented on issue #1227: Errors with log-sink and log-action Kamelet

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #1227:
URL: https://github.com/apache/camel-kamelets/issues/1227#issuecomment-1375203701

   This is related to camel k runtime not aligned to 3.20.0, it should be something to report in camel k


-- 
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-kamelets] christophd commented on issue #1227: Errors with log-sink and log-action Kamelet

Posted by GitBox <gi...@apache.org>.
christophd commented on issue #1227:
URL: https://github.com/apache/camel-kamelets/issues/1227#issuecomment-1360292822

   same with log-sink Kamelet


-- 
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-kamelets] squakez commented on issue #1227: Errors with log-sink and log-action Kamelet

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #1227:
URL: https://github.com/apache/camel-kamelets/issues/1227#issuecomment-1376898339

   Yes. As Kamelets are going to be completely decoupled from Camel K, it makes sense to use some other way of testing it against the latest Camel version.


-- 
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-kamelets] tadayosi commented on issue #1227: Errors with log-sink and log-action Kamelet

Posted by GitBox <gi...@apache.org>.
tadayosi commented on issue #1227:
URL: https://github.com/apache/camel-kamelets/issues/1227#issuecomment-1360872892

   Yes, `showCachedStreams` is a new addition to 3.20.0 so it should be fixed once Camel is upgraded to 3.20.0.
   https://camel.apache.org/components/next/log-component.html#_endpoint_options


-- 
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-kamelets] oscerd commented on issue #1227: Errors with log-sink and log-action Kamelet

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #1227:
URL: https://github.com/apache/camel-kamelets/issues/1227#issuecomment-1360334313

   ShowCachedStreams is in 3.20.0-SNAPSHOT. it should be released soon. I think this is the problem. But need to double check


-- 
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-kamelets] christophd commented on issue #1227: Errors with log-sink and log-action Kamelet

Posted by GitBox <gi...@apache.org>.
christophd commented on issue #1227:
URL: https://github.com/apache/camel-kamelets/issues/1227#issuecomment-1375516482

   @squakez I did rebase the PR on main branch but still the log-action Kamelet is not able to run properly with Camel K as shown in the tests https://github.com/apache/camel-kamelets/actions/runs/3872513218/jobs/6601438316#step:11:817


-- 
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-kamelets] squakez commented on issue #1227: Errors with log-sink and log-action Kamelet

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #1227:
URL: https://github.com/apache/camel-kamelets/issues/1227#issuecomment-1375692103

   Camel K `main` is built against a stable relase of Kamelets `0.10.0`: https://github.com/apache/camel-k/blob/main/script/Makefile#L88 - this is because the latest version of Camel K still uses Camel 3.19. If you need a Camel K operator (and runtime) available for Camel 3.20, I guess you'll need to wait for the related update (which is mainly driven by Camel Quarkus).


-- 
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-kamelets] oscerd closed issue #1227: Errors with log-sink and log-action Kamelet

Posted by GitBox <gi...@apache.org>.
oscerd closed issue #1227: Errors with log-sink and log-action Kamelet
URL: https://github.com/apache/camel-kamelets/issues/1227


-- 
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-kamelets] squakez commented on issue #1227: Errors with log-sink and log-action Kamelet

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #1227:
URL: https://github.com/apache/camel-kamelets/issues/1227#issuecomment-1375321969

   I think we already fixed that, making `main` Camel K to depend on the latest Kamelets tag aligned with the expected Camel version.


-- 
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-kamelets] christophd commented on issue #1227: Errors with log-sink and log-action Kamelet

Posted by GitBox <gi...@apache.org>.
christophd commented on issue #1227:
URL: https://github.com/apache/camel-kamelets/issues/1227#issuecomment-1375291284

   Do we already have an issue on camel-k-runtime tracking this?


-- 
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-kamelets] christophd commented on issue #1227: Errors with log-sink and log-action Kamelet

Posted by GitBox <gi...@apache.org>.
christophd commented on issue #1227:
URL: https://github.com/apache/camel-kamelets/issues/1227#issuecomment-1376111207

   Unfortunately this is not a good situation for the CI tests in this Kamelet catalog repository. They will keep failing until the Camel K runtime with Camel 3.20 is available.
   
   I see an option to move from Camel K runtime to JBang in the tests in order to align with Camel 3.20. I really would like to keep Camel K runtime in Kamelets tests, too but waiting such a long time is not a good option IMO


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