Previous: Kafka, Next: LambdaUp: Cloud

Kinesis

Table of Contents

1 Links

2 Shards

A shard is a sequence of records in a stream. It supports 1 MB/s and 1000 records/s for writes and 2 MB/s for reads.

3 Consumers

https://stackoverflow.com/questions/34503226/multiple-consumers-per-kinesis-shard?noredirect=1&lq=1 You can use Enhanced Fan-Out Consumers to create independent consumers for a given stream.

Author: root

Created: 2024-03-23 Sat 11:44

Validate