Kinesis fan-out

0

A customer is looking to build a message processing system using Kinesis. This relative low volume (so only one shard will be needed), but low-ish latency is important (<1 sec end-to-end). Currently, there would be four consumers of the stream. However, the expectation is that more consumers would be added in the future.

Do we have best practice guidelines on fanning-out Kinesis streams to multiple consumers?

AWS
EXPERT
asked 8 years ago367 views
1 Answer
0
Accepted Answer

Here is a project on awslabs that uses a AWS Lambda function that accepts messages from an Amazon Kinesis Stream and transfers the messages to another data transport.

https://github.com/awslabs/aws-lambda-fanout

AWS
answered 8 years ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions