Skip to content

Commit

Permalink
Adding new sinks to sink index (#6165)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
matzew authored Nov 27, 2024
1 parent 6635818 commit 82343b2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/eventing/sinks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,12 @@ The `svc` in `http://event-display.svc.cluster.local` determines that the sink i

| Name | Maintainer | Description |
|----------------------------------------------------------------------------------| -- |--------------------------------------|
| [IntegrationSink](./integration-sink/README.md) | Knative | Send events to a generic event sink |
| [JobSink](job-sink.md) | Knative | Trigger long-running background jobs |
| [KafkaSink](kafka-sink.md) | Knative | Send events to a Kafka topic |
| [RedisSink](https://github.com/knative-extensions/eventing-redis/tree/main/sink) | Knative | Send events to a Redis Stream |
| [Amazon S3 Sink](./integration-sink/aws_s3.md) | Knative | Send events to AWS S3 bucket |
| [Amazon SQS Sink](./integration-sink/aws_sqs.md) | Knative | Send events to AWS SQS queue |
| [JobSink](job-sink.md) | Knative | Trigger long-running background jobs |
| [KafkaSink](kafka-sink.md) | Knative | Send events to a Kafka topic |
| [Logger Sink](./integration-sink/logger.md) | Knative | Send events to a logger, useful for debugging |
| [RedisSink](https://github.com/knative-extensions/eventing-redis/tree/main/sink) | Knative | Send events to a Redis Stream |


[kubernetes-kinds]:
Expand Down

0 comments on commit 82343b2

Please sign in to comment.