Apache Camel-K/Kafka usage, instead of just Camel/Kafka (#2193)

This commit is contained in:
Matthias Wessendorf 2020-02-10 18:09:07 +01:00 committed by GitHub
parent 51a2096a4b
commit 26c5d412f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -444,25 +444,25 @@ To learn more about the Github source, try [our sample](../eventing/samples/gith
{{< /tab >}} {{< /tab >}}
{{% tab name="Camel Source" %}} {{% tab name="Apache Camel-K Source" %}}
The following command installs the Camel Source: The following command installs the Apache Camel-K Source:
```bash ```bash
kubectl apply --filename https://github.com/knative/eventing-contrib/releases/download/{{< version >}}/camel.yaml kubectl apply --filename https://github.com/knative/eventing-contrib/releases/download/{{< version >}}/camel.yaml
``` ```
To learn more about the Camel source, try [our sample](../eventing/samples/apache-camel-source/README.md) To learn more about the Apache Camel-K source, try [our sample](../eventing/samples/apache-camel-source/README.md)
{{< /tab >}} {{< /tab >}}
{{% tab name="Kafka Source" %}} {{% tab name="Apache Kafka Source" %}}
The following command installs the Kafka Source: The following command installs the Apache Kafka Source:
```bash ```bash
kubectl apply --filename https://github.com/knative/eventing-contrib/releases/download/{{< version >}}/kafka-source.yaml kubectl apply --filename https://github.com/knative/eventing-contrib/releases/download/{{< version >}}/kafka-source.yaml
``` ```
To learn more about the Kafka source, try [our sample](../eventing/samples/kafka/source/README.md) To learn more about the Apache Kafka source, try [our sample](../eventing/samples/kafka/source/README.md)
{{< /tab >}} {{< /tab >}}