[GitHub] [camel-karavan] davsclaus commented on issue #112: JBang live reload

2021-11-25 Thread GitBox
davsclaus commented on issue #112: URL: https://github.com/apache/camel-karavan/issues/112#issuecomment-979043657 Okay I have fixed that reload issue (there is maybe a little bit too much logging noise about stopping/shutdown routes) -- This is an automated message from the Apache Git Se

[GitHub] [camel-karavan] davsclaus commented on issue #112: JBang live reload

2021-11-24 Thread GitBox
davsclaus commented on issue #112: URL: https://github.com/apache/camel-karavan/issues/112#issuecomment-977721861 I created a ticket https://issues.apache.org/jira/browse/CAMEL-17228 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [camel-karavan] davsclaus commented on issue #112: JBang live reload

2021-11-24 Thread GitBox
davsclaus commented on issue #112: URL: https://github.com/apache/camel-karavan/issues/112#issuecomment-977628815 You can also use `kamelet` in the to, eg ``` - to: "kamelet:log-sink?showHeaders=false" ``` -- This is an automated message from the Apache Git Service.

[GitHub] [camel-karavan] davsclaus commented on issue #112: JBang live reload

2021-11-24 Thread GitBox
davsclaus commented on issue #112: URL: https://github.com/apache/camel-karavan/issues/112#issuecomment-977626884 @mgubaidullin okay so its a problem with the Kamelet EIP. I need to dig deeper to find the bug If you use this, then it works ``` apiVersion: camel.apache.org/v1

[GitHub] [camel-karavan] davsclaus commented on issue #112: JBang live reload

2021-11-23 Thread GitBox
davsclaus commented on issue #112: URL: https://github.com/apache/camel-karavan/issues/112#issuecomment-976323229 Okay now we stop routes when using `reload` and shutdown JVM if not. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [camel-karavan] davsclaus commented on issue #112: JBang live reload

2021-11-22 Thread GitBox
davsclaus commented on issue #112: URL: https://github.com/apache/camel-karavan/issues/112#issuecomment-975526061 No, one is X number of messages in total processed, and the other is after X seconds (time). And there is also a 3rd about being idle (eg no messages after X time) -- This i

[GitHub] [camel-karavan] davsclaus commented on issue #112: JBang live reload

2021-11-22 Thread GitBox
davsclaus commented on issue #112: URL: https://github.com/apache/camel-karavan/issues/112#issuecomment-975519643 Created a ticket https://issues.apache.org/jira/browse/CAMEL-17223 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [camel-karavan] davsclaus commented on issue #112: JBang live reload

2021-11-22 Thread GitBox
davsclaus commented on issue #112: URL: https://github.com/apache/camel-karavan/issues/112#issuecomment-975517788 Ah but max duration(s) has always been to terminate the JVM application. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [camel-karavan] davsclaus commented on issue #112: JBang live reload

2021-11-21 Thread GitBox
davsclaus commented on issue #112: URL: https://github.com/apache/camel-karavan/issues/112#issuecomment-974886411 Reset duration counters: https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-17215 -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [camel-karavan] davsclaus commented on issue #112: JBang live reload

2021-11-21 Thread GitBox
davsclaus commented on issue #112: URL: https://github.com/apache/camel-karavan/issues/112#issuecomment-974886312 I wonder if we should name the option `--dev` so its more similar to quarkus with its `mvn quarkus:dev` maven command? -- This is an automated message from the Apache Git Ser

[GitHub] [camel-karavan] davsclaus commented on issue #112: JBang live reload

2021-11-18 Thread GitBox
davsclaus commented on issue #112: URL: https://github.com/apache/camel-karavan/issues/112#issuecomment-973780557 Max messages will still be active, so if you set it to 10 seconds then it will stop after that time, regardless of if reloaded or not. Are you looking for a way to "resta