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
This commit is contained in:
Aleksander Slominski 2020-05-22 15:35:58 -04:00 committed by GitHub
parent 7c8c382e88
commit 81c4d02f57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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.