mirror of https://github.com/knative/docs.git
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:
parent
7c8c382e88
commit
81c4d02f57
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue