Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Sink Index page #6165

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading