mirror of https://github.com/knative/docs.git
link to each channel documentation instead of the code (#2249)
This commit is contained in:
parent
ec013cebf5
commit
d69a6fb179
|
@ -27,8 +27,8 @@ Notes:
|
||||||
Name | Status | Support | Description
|
Name | Status | Support | Description
|
||||||
--- | --- | --- | ---
|
--- | --- | --- | ---
|
||||||
[GCP PubSub](https://github.com/google/knative-gcp) | Proof of Concept | None | Channels are backed by [GCP PubSub](https://cloud.google.com/pubsub/).
|
[GCP PubSub](https://github.com/google/knative-gcp) | Proof of Concept | None | Channels are backed by [GCP PubSub](https://cloud.google.com/pubsub/).
|
||||||
[InMemoryChannel](https://github.com/knative/eventing/tree/{{< branch >}}/config/channels/in-memory-channel) | Proof of Concept | None | In-memory channels are a best effort Channel. They should NOT be used in Production. They are useful for development.
|
[InMemoryChannel](https://github.com/knative/eventing/tree/{{< branch >}}/config/channels/in-memory-channel/README.md) | Proof of Concept | None | In-memory channels are a best effort Channel. They should NOT be used in Production. They are useful for development.
|
||||||
[KafkaChannel](https://github.com/knative/eventing-contrib/tree/{{< branch >}}/kafka/channel/config) | Proof of Concept | None | Channels are backed by [Apache Kafka](http://kafka.apache.org/) topics.
|
[KafkaChannel](https://github.com/knative/eventing-contrib/tree/{{< branch >}}/kafka/channel/README.md) | Proof of Concept | None | Channels are backed by [Apache Kafka](http://kafka.apache.org/) topics.
|
||||||
[NatssChannel](https://github.com/knative/eventing-contrib/tree/{{< branch >}}/natss/config) | Proof of Concept | None | Channels are backed by [NATS Streaming](https://github.com/nats-io/nats-streaming-server#configuring).
|
[NatssChannel](https://github.com/knative/eventing-contrib/tree/{{< branch >}}/natss/config/README.md) | Proof of Concept | None | Channels are backed by [NATS Streaming](https://github.com/nats-io/nats-streaming-server#configuring).
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
# List of available Channel implementation for persistence of the events associated with a given channel
|
# List of available Channel implementation for persistence of the events associated with a given channel
|
||||||
channels:
|
channels:
|
||||||
- name: InMemoryChannel
|
- name: InMemoryChannel
|
||||||
url: https://github.com/knative/eventing/tree/{{< branch >}}/config/channels/in-memory-channel
|
url: https://github.com/knative/eventing/tree/{{< branch >}}/config/channels/in-memory-channel/README.md
|
||||||
status: Proof of Concept
|
status: Proof of Concept
|
||||||
support: None
|
support: None
|
||||||
description: >
|
description: >
|
||||||
In-memory channels are a best effort Channel. They should NOT be used in Production. They are useful for development.
|
In-memory channels are a best effort Channel. They should NOT be used in Production. They are useful for development.
|
||||||
- name: KafkaChannel
|
- name: KafkaChannel
|
||||||
url: https://github.com/knative/eventing-contrib/tree/{{< branch >}}/kafka/channel/config
|
url: https://github.com/knative/eventing-contrib/tree/{{< branch >}}/kafka/channel/README.md
|
||||||
status: Proof of Concept
|
status: Proof of Concept
|
||||||
support: None
|
support: None
|
||||||
description: >
|
description: >
|
||||||
Channels are backed by [Apache Kafka](http://kafka.apache.org/) topics.
|
Channels are backed by [Apache Kafka](http://kafka.apache.org/) topics.
|
||||||
- name: NatssChannel
|
- name: NatssChannel
|
||||||
url: https://github.com/knative/eventing-contrib/tree/{{< branch >}}/natss/config
|
url: https://github.com/knative/eventing-contrib/tree/{{< branch >}}/natss/config/README.md
|
||||||
status: Proof of Concept
|
status: Proof of Concept
|
||||||
support: None
|
support: None
|
||||||
description: >
|
description: >
|
||||||
|
|
Loading…
Reference in New Issue