Hi,
Thanks for your feedback. Is there any example calling openshift camel k
integration(or kamelet or pipe) from external .net service ?
Thanks, Sanin.
-Original Message-
From: Pasquale Congiusti
Sent: Tuesday, January 21, 2025 17:26
To: users@camel.apache.org
Subject: Re: Camel k -
Hello,
you should be able to find many examples in the Internet, here some from
the official example repository [1]. Feel free to ask if you have some more
specific questions. If you instead need some commercial support you may
want to have a look at the Camel support page as well [2].
Cheers,
Pas
Hi,
Thank you for your prompt response. Unfortunately, your answer did not help me.
Is there any tutorial or a way to connect me with a technical person who can
answer my questions and provide concrete advice?
Pozdrav/Regards,
Hello,
The suggestion I could give is the following:
you should expose your integration through a rest endpoint and then invoke
the rest endpoint from your .NET microservice.
An example could be the following from Camel Quarkus examples repo:
https://github.com/apache/camel-quarkus-examples/blob
Hello,
Camel is a very flexible framework. You may choose plenty of technologies
to expose your service to the outer world. Probably in today's standards
you can expose a REST endpoint and send the list of files over that
endpoint triggering the logic when a user makes a call to the rest service.
W
Hi,
I have a request to create an Apache Camel K Pipe/Integration that pulls/sends
data from and to Minio, i.e., retrieves and uploads files to a specific Minio
bucket. I have created the Pipe/Integration YAML file, and I can see that it
successfully logs the files from the Minio bucket.
What I