camel-k-examples
camel-k-examples copied to clipboard
Apache Camel K Examples
From Camel K version 2.0 `kamel run --config|--resource file:` [is no longer available](https://camel.apache.org/blog/2023/07/camel-k-2-0/#remove-deprecated-cli-commands). Therefore, the following examples will no longer work as expected: - [generic-examples/modeline/modeline-config-file-route.groovy](https://github.com/apache/camel-k-examples/blob/main/generic-examples/modeline/modeline-config-file-route.groovy) - [generic-examples/user-config/config-file-route.groovy](https://github.com/apache/camel-k-examples/blob/main/generic-examples/user-config/config-file-route.groovy) - [generic-examples/user-config/resource-file-base64-encoded-route.groovy](https://github.com/apache/camel-k-examples/blob/main/generic-examples/user-config/resource-file-base64-encoded-route.groovy) -...
With Camel K 2.0, KameletBinding has been renamed to Pipe
the chuck.xml depends on kamelet:chuck-norris-source, but this does not exist in the examples and is unavailable by default. generic-examples/kamelets/chuck-norris/chuck.xml chuck-noris-soure.kamelet..yaml ```yaml apiVersion: camel.apache.org/v1alpha1 kind: Kamelet metadata: name: chuck-norris-source annotations: camel.apache.org/kamelet.support.level:...
We have multiple routes that we are deploying to varying platforms with different configuration when it comes to Knative settings, prometheus labels, and a bunch of other stuff. I think...
Several examples are using VS Code Didact readme files. VS Code Didact is no more maintained. Replacement for interactive tutorials recommendations are: - VS Code built-in walkthrough - VS Code...
Currently we start a consumer route and then create messages like this ``` kubectl -n kafka run kafka-producer -ti --image=quay.io/strimzi/kafka:0.30.0-kafka-3.2.0 --rm --restart=Never -- bin/kafka-console-producer.sh --bootstrap-server my-cluster-kafka-bootstrap:9092 --topic my-topic ``` Ideally...
It would be a great example to add to the Git repository if you have one, and it would be helpful if each contributor to the generic-examples repository reviewed them...