This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push: new aff75c6 camel-jbang - Use /q for dev and health console to harmonise with camel-k aff75c6 is described below commit aff75c6fff8fcbef78c12d666746439dd6f1870a Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Mar 18 15:47:49 2022 +0100 camel-jbang - Use /q for dev and health console to harmonise with camel-k --- jbang/hello-java/README.adoc | 2 +- jbang/kafka-health/README.adoc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jbang/hello-java/README.adoc b/jbang/hello-java/README.adoc index 2e71d6f..d7eb4c0 100644 --- a/jbang/hello-java/README.adoc +++ b/jbang/hello-java/README.adoc @@ -82,7 +82,7 @@ You can enable the developer console via `--console` flag as show: $ camel run Hey.java --console ---- -Then you can browse: http://localhost:8080/dev to introspect the running Camel applicaton. +Then you can browse: http://localhost:8080/q/dev to introspect the running Camel applicaton. === Help and contributions diff --git a/jbang/kafka-health/README.adoc b/jbang/kafka-health/README.adoc index 855b213..2e98e08 100644 --- a/jbang/kafka-health/README.adoc +++ b/jbang/kafka-health/README.adoc @@ -81,10 +81,10 @@ And you can also run the example by using wildcards, instead of typing every fil $ camel run * --health ---- -Then you can access `http://localhost:8080/health` from a web browser to see the health status. +Then you can access `http://localhost:8080/q/health` from a web browser to see the health status. -Notice how you can check either the readiness or liveness health by invoking: `http://localhost:8080/health/live` and -`http://localhost:8080/ready`. When the kafka brokers are not running then the liveness check should still be UP but +Notice how you can check either the readiness or liveness health by invoking: `http://localhost:8080/q/health/live` and +`http://localhost:8080/q/health/ready`. When the kafka brokers are not running then the liveness check should still be UP but readiness should be DOWN.