Need an advice how to poll enrich from Kafka topic aggregating on content property

2021-11-24 Thread Vyacheslav Boyko
Hi! I need to implement Request-Reply EIP on Kafka. But aggregation strategy have to be done on content's property. Simple example from(QUEUE_PROCESS_FAST_RISK_SCORING) .setProperty(PROP_PAYMENT_DETAILS, body()) .bean(self,"assembleKycRequest") // request contains one property

Re: Adding something new into Camel DSL -- but how?

2021-11-24 Thread Claus Ibsen
Hi Adding EIPs or changes to the DSL is not a Camel end user task, and is not documented thoroughly. Adding new EIPs happens more rarely and there is maybe a little hesitation to add because when its in the DSL it stays for a long time. Also the DSL can become bloated - there are some mistakes

RE: Read HTML mails

2021-11-24 Thread Daniel Langevin
Hi, It's a little bit more complicated. First, you have to know if the body mail is string or multipart or Nested Because if body is string, the mail doesn’t contain HTML content ! if body is multi-part, it can contains NestedMessage ( mail message in attachment ) I didn't recommend

[ANNOUNCE] Apache Camel 3.11.4 (LTS) Released

2021-11-24 Thread Gregor Zurowski
The Camel PMC is pleased to announce the release of Apache Camel 3.11.4 (LTS). Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data. This patch release contains 21 bug fixes and improvements. The

Read HTML mails

2021-11-24 Thread Joël Guelluy
Hello, I am using camel-mail to poll a mailbox (HTML mails). I want to retrieve the HTML source of the mail, i didn't find how i can do this... I tried exchange.getIn().getBody() but it contains only text, tags are lost. Do i have to configure/declare something to keep it ? Can you help me

AW: Azure Cosmo with MongoAPI migration

2021-11-24 Thread Tobias Letschka
Hi Raymond, thank you for response. We use apache camel since version 2 with spring-boot and docker. Now we are using apache camel 3.7 in aks (k8s) from azure The Challenge: When i call cosmosdb with mongoapi at azure: @Configration public static final String MONGODB_FIND_BY_ID =