jamesnetherton opened a new issue, #6942: URL: https://github.com/apache/camel-quarkus/issues/6942
### Describe the feature here Something similar to the CSB Jolokia starter: https://github.com/apache/camel-spring-boot/blob/main/components-starter/camel-jolokia-starter/src/main/docs/jolokia.adoc The question is how best to implement it? Do as per CSB and run the embedded Jolokia HTTP server on port 8778. Or try to integrate Jolokia into a Quarkus Vert.x management route (E.g `/q/jolokia`). The latter could be a bit tricky when needing to set up mutual TLS when deploying to k8s and wanting to use tools like hawtio-online etc. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
