1 Release camel-kamelets 4.4.3
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
l-kamelets 4.7.0
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
pen for at least 72 hours.
>
> I start the vote with my +1 (binding).
>
> Thanks and regards,
> Pasquale Congiusti
>
> [1] https://github.com/apache/camel-k/milestone/49?closed=1
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
creates the Integration CR (client side)
https://github.com/apache/camel-k/blob/main/pkg/cmd/run.go#L496
And the k8s client creates the CR in the cluster
https://github.com/apache/camel-k/blob/main/pkg/cmd/run.go#L559
Is this what you want ?
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
e additional
role/rolebinding and the client api doesn't set a custom namespace in
the operator code.
You can add an issue with an example use case for further discussion.
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
On Thu, Sep 15, 2022 at 7:00 AM Bheda, Nitesh
wrote:
>
> Artifact : camel-netty-http version : 2.18.3
Can you try a more recent version, see https://camel.apache.org/download/
Try it on a dev machine, if it is fixed on it.
--
Claudio Miranda
clau...@claudius.com.b
on any additional version or
> filtering tag for a Kamelet.
You can add any label to the KameletBinding, that is propagated to the
integration object.
Please, elaborate, if I misunderstood your question.
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
ople feel easier to assist you.
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
rary/camel-kamelets-utils/src/main/java/org/apache/camel/kamelets/utils/transform/HoistField.java
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
tmq connectionFactory
https://groups.google.com/g/rabbitmq-users/c/b2zrs3FKiLo
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
g/components/3.18.x/eips/toD-eip.html
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
+1 (non binding)
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
ntent filter.
You can have a strategy to read only the first few lines to detect the content.
https://camel.apache.org/components/3.20.x/eips/content-filter-eip.html
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
amples using spring boot, please have a look there
https://github.com/apache/camel-spring-boot-examples
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
+1 (non binding)
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
"main_cid").constant("2345")
.wireTap("direct:tap")
.setBody().constant("2")
.log("${body}");
from("direct:tap")
.delay(1000)
.to("kamelet:log-sink?message=${header.main_cid}");
Then you should be able to run with java 17.
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
ot what you request, but it's closer.
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
> I want to upload all this data received from all pages of paginated API to
> be uploaded as single file in s3 (Multipart file).
Camel S3 supports multipart upload to S3
https://camel.apache.org/components/3.21.x/aws2-s3-component.html#_s3_producer_operation_examples
--
Claudio M
+1 non binding
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
They may show additional diagnostics.
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
roller, and may
result in unforeseen behavior.
The CamelCatalog custom resource is managed by the controller, using
the status subresource, you can give it a try, but this is an
unsupported situation, which we don't recommend.
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
t you read about camel EIPs, there are several ways to process
the xml payload. Look for streaming, split, tokenizer, filter.
https://camel.apache.org/components/4.0.x/eips/enterprise-integration-patterns.html
https://github.com/apache/camel-examples/tree/main
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
to look at ways to control content read for special
marks and content.
camel-file component has some configuration to allow you to plug your
implementation, look for processStrategy,
https://camel.apache.org/components/4.0.x/file-component.html
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
+1 non binding
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
.4.1
>
> Please cast your vote.
>
> [ ] +1 Release camel-kamelets 4.4.1
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
t; [ ] +1 Release camel-kamelets 4.5.0
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
you can get this example
https://github.com/apache/camel-quarkus-examples/tree/main/rest-json
and add the dependencies
org.apache.camel.quarkus:camel-quarkus-openapi-java
io.quarkus:quarkus-smallrye-openapi
and curl localhost:8080/q/openapi
Then you can adjust your project to the example
-
.org/camel-quarkus/3.8.x/contributor-guide/create-new-extension.html
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
n, it worked just fine,
> but my VS Code was complaining about missing Quarkus dependency.
You can add the maven artifact: io.quarkus:quarkus-core to the
dependency list, so the vscode can learn about the dependency.
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
gt; [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
[ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> I start the vote with my +1.
>
> Thanks and regards,
> Pasquale Congiusti
>
> [1] https://github.com/apache/camel-k/milestone/51?closed=1
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
cast your vote.
>
> [ ] +1 Release Apache Camel K Runtime 3.15.0
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> I start the vote with my +1.
>
> Thanks and regards,
> Pasquale Congiusti
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
gt;
> Thanks and regards,
> Pasquale Congiusti
>
> [1] https://github.com/apache/camel-k/milestone/54?closed=1
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
rade-recipes/releases/tag/4.8.0
>
> Please cast your vote.
>
> [ ] +1 Release camel-upgrade-recipes 4.8.0
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
l-kamelets 4.8.1
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
figuration is not applied. I'm using
> Apache Camel 4.8.1 with Java 21.
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
ease camel-kamelets 4.9.0
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
ur vote.
>
> [ ] +1 Release camel-kamelets 4.8.2
> [ ] -1 Veto the release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
provide specific comments)
>
> The vote is open for at least 72 hours.
>
> I start the vote with my +1 (binding).
>
> Thanks and regards,
> Pasquale Congiusti
>
> [1] https://github.com/apache/camel-k/milestone/56?closed=1
> <https://github.com/apache/camel-k/milestone/54?closed=1>
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
/github.com/apache/camel-k/milestone/55?closed=1
> [2]
> https://camel.apache.org/camel-k/next/running/running.html#_runtime_provider
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
ote.
>
> [ ] +1 to release camel-kamelets 4.10.0
> [ ] -1 to release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
ease cast your vote.
>
> [ ] +1 to release camel-kamelets 4.10.3
> [ ] -1 to release (provide specific comments)
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
ease cast your vote.
>
> [ ] +1 to release camel-kamelets 4.11.0
> [ ] -1 to release (provide specific comments)
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
ease cast your vote.
>
> [ ] +1 to release camel-kamelets 4.10.4
> [ ] -1 to release (provide specific comments)
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
vote.
>
> [ ] +1 to release camel-kamelets 4.8.4
> [ ] -1 to release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
://github.com/apache/camel-kamelets/releases/tag/v4.10.1>
>
> Please cast your vote.
>
> [ ] +1 to release camel-kamelets 4.10.1
> [ ] -1 to release (provide specific comments)
>
> The vote is open for at least 72 hours.
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
o release camel-kamelets 4.10.2
> [ ] -1 to release (provide specific comments)
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
n=3.15.3
> -
>
> Please test these release candidates and cast your vote.
>
> [ ] +1 Release Apache Camel K Runtime 3.15.3
> [ ] -1 Don't approve the release (please provide specific comments)
>
> The vote is open for at least 72 hour
th the vote) on Monday.
> Thanks for the help, Federico!
>
> Thanks,
> Andrea Cosentino
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
;t approve the release (please provide specific comments)
>
> The vote is open for at least 72 hours.
>
> I start the vote with my +1 (binding).
>
> Thanks and regards,
> Pasquale Congiusti
>
> [1] https://github.com/apache/camel-k/milestone/57?closed=1
> [2] h
gt; Please cast your vote.
>
> [ ] +1 to release camel-kamelets 4.10.5
> [ ] -1 to release (provide specific comments)
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
your vote.
>
> [ ] +1 to release camel-kamelets 4.10.6
> [ ] -1 to release (provide specific comments)
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
gt; Please cast your vote.
>
> [ ] +1 to release camel-kamelets 4.13.0
> [ ] -1 to release (provide specific comments)
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
ter from the mail component, however as far I could read from
the mail component, the fetch messages task is single threaded, so to
answer your question I don't think if you set a custom thread pool
then each message would be processed in parallel.
I suggest you play around with a custom scheduledE
your vote.
>
> [ ] +1 to release camel-kamelets 4.8.8
> [ ] -1 to release (provide specific comments)
>
> Here's my +1.
>
> Thanks,
> Andrea Cosentino
--
Claudio Miranda
clau...@claudius.com.br
http://www.claudius.com.br
55 matches
Mail list logo