Dear Community,
I want to define 2 routes with Knative endpoint consumer as below:
from("knative:endpoint/test1")
.routeId("route_inbound_knative1")
.log("Trigger from test1 endpoint")
.setBody(constant("Success test1"));
from("knative:endpoint/test2")
.routeId("
17:30
收件人: users@camel.apache.org
主题: Re: how to set different path for the different Knative endpoint in Camel K
Hello there.
What version of Camel K are you using? In the most recent versions we have
changed the way this is configured, and it's possible this issue got
solved. Can you try run
;type":"endpoint","name":"test2","path":"/test2","metadata":{"camel.endpoint.kind":"source","knative.apiVersion":"serving.knative.dev/v1","knative.kind":"Service"}}]}
Dear community,
When I using Camel Quarkus and use camel-knative event producer, the thread
name is vert.x-eventloop-thread-xxx and the fields from MDCUnitOfWork (like
camel.routeId) is missing. Is there any special configuration needed to show
the MDCUnitOfWork fields in my log? Thanks!
The C
_ Jane wrote:
> Dear community,
>
> When I using Camel Quarkus and use camel-knative event producer, the
> thread name is vert.x-eventloop-thread-xxx and the fields from
> MDCUnitOfWork (like camel.routeId) is missing. Is there any special
> configuration needed to show the MDCUn
Hi,
I need to uncompress a zip file with GBK encoding and by default camel-zipfile
uses UTF-8.
Is there a easy way that I can customize the zip file charset? Thanks!
h poll enrich using Camel 3.18.6?
Regards,
Jane
Hi Daniel,
Thanks for your reply!
I've tried "org.apache.camel.component.mail.SplitAttachmentsExpression". It
failed because it used safeCopyProperties "CamelAttachmentObjects" to get email
attachment as well.
发件人: Daniel Langevin
发送时间: 2023年9月7日 0:35
收件人: use
Hi Community,
I'm using Camel 3.18 and the online document is not available recently. I
remembered there is some website to show the historical version of Camel
document but I can't find it. Is there any way to find the historical version
of Camel document now? Thanks!
Reagards,
Jane
used application-dev.properties.
My hope is to hear from anyone who can help to figure out what’s wrong.
My reference:
https://camel.apache.org/manual/latest/using-propertyplaceholder.html#UsingPropertyPlaceholder-UsingSystemandEnvironmentVariablesinLocations
Regards,
Jane
exchange.getOut().setFault(payload.outFaultFlag);
}
}
if (payload.properties != null) {
for (String key : payload.properties.keySet()) {
exchange.setProperty(key, payload.properties.get(key));
}
}
exchange.setException(payload.exception);
}
Regards,
Jane
s it a known issue for Camel 3.16, or is there any extra parameter I missed?
Thanks in advance!
Regards,
Jane
Hi Claus, Hi Daniel,
Thanks for your reply!
I tried Camel 3.18.X and “&disconnect=false”. It’s still not working.
Regards,
Jane
From: Mi Jane 米静
Sent: Wednesday, August 31, 2022 4:29 PM
To: users@camel.apache.org
Subject: Poll enrich with mail component will lose attachments
Dear commu
Hi Daniel,
you say you don't have an attachment, did you make sure you got at least a
message body ???
Because the problem may come from the PollEnrich.
Jane: Yes. I got the message body but no attachment. It's working well if I use
only mail consumer, no matter which version of
Hi Claus,
I tested Camel 3.18.0 with Quarkus 2.11.0. The result is the same: I got the
mail message but no attachment.
Regards,
Jane
-Original Message-
From: Claus Ibsen
Sent: Friday, September 2, 2022 1:51 PM
To: users@camel.apache.org
Subject: Re: Poll enrich with mail component
the
Community operator with Camel K 1.10.0, it never happen again.
Is it a known issue? Is there any workaround if I have to use the RedHat
operator with Camel K 1.6.x for now? Thanks!
Regards,
Jane
read: Poll
enrich with mail component will lose attachments (on Camel K 1.10)
Regards,
Jane
-Original Message-
From: Claus Ibsen
Sent: Tuesday, September 6, 2022 3:50 PM
To: users@camel.apache.org
Subject: Re: Camel K 1.6.x Cron Job will shutdown unexpectedly when I use Split
EIP
Quarkus 2.8: no attachment
v. Test Camel 3.14 Quarkus 2.7: get attachment
vi. Test Camel 3.11 Quarkus 2.2.5: get attachment
Regards,
Jane
-Original Message-
From: Claus Ibsen
Sent: Tuesday, September 6, 2022 6:17 PM
To: users@camel.apache.org
Subject: Re: Poll enrich with mail component will
18 matches
Mail list logo