Re: kamel run - which component creates the Kubernetes CR ?

2022-09-12 Thread Claudio Miranda
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

Re: Camel-K modelines: is it possible to access ConfgMaps and Secrets in another namespace ?

2022-09-13 Thread Claudio Miranda
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

Re: netty http component - SNI missing in SSL handshake

2022-09-15 Thread Claudio Miranda
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

Re: Is there a versioning concept for Kamelets ?

2022-09-26 Thread Claudio Miranda
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

Re: Custom component : route not completing on second call

2022-09-28 Thread Claudio Miranda
ople feel easier to assist you. -- Claudio Miranda clau...@claudius.com.br http://www.claudius.com.br

Re: User defined beans and processor in Kamelets

2022-10-17 Thread Claudio Miranda
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

Re: Can we use custom socket connection in RabbitMQ camel component

2022-11-10 Thread Claudio Miranda
tmq connectionFactory https://groups.google.com/g/rabbitmq-users/c/b2zrs3FKiLo -- Claudio Miranda clau...@claudius.com.br http://www.claudius.com.br

Re: Integrating Apache Beam and Apache Camel

2022-11-16 Thread Claudio Miranda
g/components/3.18.x/eips/toD-eip.html -- Claudio Miranda clau...@claudius.com.br http://www.claudius.com.br

Re: [VOTE] Release Apache Camel Kamelets 3.20.0

2022-12-22 Thread Claudio Miranda
+1 (non binding) -- Claudio Miranda clau...@claudius.com.br http://www.claudius.com.br

Re: Consume Files with specific dynamic content only

2023-03-22 Thread Claudio Miranda
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

Re: How can I add Routes use Spring DSL when use SpringBoot?

2023-04-06 Thread Claudio Miranda
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

Re: [VOTE] Release Apache Camel Kamelets 3.20.3

2023-04-13 Thread Claudio Miranda
+1 (non binding) -- Claudio Miranda clau...@claudius.com.br http://www.claudius.com.br

Re: wiretap to kamelet question

2023-04-24 Thread Claudio Miranda
"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

Re: Kamelets that use other kamelets?

2023-08-21 Thread Claudio Miranda
ot what you request, but it's closer. -- Claudio Miranda clau...@claudius.com.br http://www.claudius.com.br

Re: How to upload data to S3 as Multipart file while getting data in loopDoWhile EIP from Paginated API

2023-08-28 Thread Claudio Miranda
> 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

Re: [VOTE] Release Apache Camel Kamelets 4.0.0

2023-09-06 Thread Claudio Miranda
+1 non binding -- Claudio Miranda clau...@claudius.com.br http://www.claudius.com.br

Re: Google Pubsub with Camel 3.11.7

2023-10-26 Thread Claudio Miranda
They may show additional diagnostics. -- Claudio Miranda clau...@claudius.com.br http://www.claudius.com.br

Re: Camel K: Is it possible to enhance the CamelCatalog resource with custom Camel components, dataformats?

2023-11-09 Thread Claudio Miranda
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

Re: Seeking documentation how to write consumer endpoint

2024-01-12 Thread Claudio Miranda
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

Re: Seeking documentation how to write consumer endpoint

2024-01-12 Thread Claudio Miranda
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

Re: [VOTE] Release Apache Camel Kamelets 4.0.3

2024-01-17 Thread Claudio Miranda
+1 non binding -- Claudio Miranda clau...@claudius.com.br http://www.claudius.com.br

Re: [VOTE] Release Apache Camel Kamelets 4.4.1

2024-03-22 Thread Claudio Miranda
.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

Re: [VOTE] Release Apache Camel Kamelets 4.5.0

2024-04-02 Thread Claudio Miranda
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

Re: Unable to get Openapi/swagger in Camel Quarkus

2024-04-09 Thread Claudio Miranda
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 -

Re: Managing Quarkus dependencies when working with Native build

2024-04-15 Thread Claudio Miranda
.org/camel-quarkus/3.8.x/contributor-guide/create-new-extension.html -- Claudio Miranda clau...@claudius.com.br http://www.claudius.com.br

Re: Managing Quarkus dependencies when working with Native build

2024-04-15 Thread Claudio Miranda
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

Re: [VOTE] Release Apache Camel Kamelets 4.6.0

2024-05-14 Thread Claudio Miranda
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

Re: [VOTE] Release Apache Camel K 2.3.2

2024-05-21 Thread Claudio Miranda
[ ] -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

Re: [VOTE] Release Apache Camel Kamelets 4.4.3

2024-07-01 Thread Claudio Miranda
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

Re: [VOTE] Release Apache Camel Kamelets 4.7.0

2024-07-15 Thread Claudio Miranda
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

Re: [VOTE] Release Apache Camel K 2.4.0

2024-07-29 Thread Claudio Miranda
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