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
专家
已提问 8 年前374 查看次数
1 回答
0
已接受的回答

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
已回答 8 年前
profile picture
专家
已审核 1 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则