Dynamic route

2021-11-25 Thread Ajmera, Hemang C
Hi I have a use case where I need to have multiple subscriber to same kafka topic. Each subscriber would be identical with different parameters like consumer group name, and target url. However, the number of subscribers are not known in advance. What would be the best approach. Any pointers

Re: Read HTML mails

2021-11-25 Thread Joël Guelluy
My goal is : for any received mail, - get the text body with html tags - send to existing Rest WS to convert mail body to PDF/A - archive the PDF and delete the mail. I couldn't imagine that it would be such a pain ! I tried some parts of your code, but it seems like the tags are removed BEFORE e

Re: Apache Camel-k metrics in rancher embedded prometheus

2021-11-25 Thread Antonin Stefanutti
When run an Integration with `kamel run -t prometheus.enabled=true`, a PodMonitor resource is created for the Prometheus operator to reconcile and configure Prometheus to scrape the Integration metrics endpoint. The PodMonitor metadata must match that of the Prometheus operator, like the namesp

Apache Camel-k metrics in rancher embedded prometheus

2021-11-25 Thread Roberto Camelk
I have a Kubernetes running Rancher 2.4.3. I have the cluster monitoring enabled in rancher, so that exists a Prometheus instance running, so as a Prometheus Operator. Recently I deployed a Apache Camel-K operator, and now I want to enable the prometheus integration for collect metrics about my ca