apache-camelapache-camel-k

Apache Camel support for dotnet


I am not finding any references on dotnet as a supported language for Camel. Though chatGPT says yes :). https://camel.apache.org/camel-k/next/languages/languages.html Is DotNet supported for handling Camelet sink and sources ?

enter image description here


Solution

  • There is no Apache Camel .Net project. Apache Camel is written in Java and runs on JVM. However you can use other languages with Camel such as JavaScript, Groovy, Kotlin, Python etc.

    But there is no .Net support from Apache Camel project.

    There could be integration frameworks written in .Net that resemble Apache Camel.