From 81c4d02f57d98a14137dd13bd8ed3aff29a3d04b Mon Sep 17 00:00:00 2001 From: Aleksander Slominski Date: Fri, 22 May 2020 15:35:58 -0400 Subject: [PATCH] Add knative-sandbox/eventing-kafka to list of channels (#2491) Add knative-sandbox/eventing-kafka to list of Knative channel implementations CC @Harwayne @vaikas @lionelvillard @grantr --- docs/eventing/channels/channels.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/eventing/channels/channels.yaml b/docs/eventing/channels/channels.yaml index 4f199272c..c50e7b431 100644 --- a/docs/eventing/channels/channels.yaml +++ b/docs/eventing/channels/channels.yaml @@ -24,3 +24,10 @@ channels: support: None description: > Channels are backed by [GCP PubSub](https://cloud.google.com/pubsub/). + - name: Knative sandbox channel that uses Confluent Go Client, and the librdkafka C library + url: https://github.com/knative-sandbox/eventing-kafka + status: Proof of Concept + support: None + description: > + Kafka Channel implementation, contributed by SAP's Kyma project, is a Knative Eventing implementation of a Kafka backed channel which provides advanced functionality and production grade qualities as an alternative to what the eventing-contrib/kafka implementation offers. +