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
EXPERTE
gefragt vor 8 Jahren374 Aufrufe
1 Antwort
0
Akzeptierte Antwort

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
beantwortet vor 8 Jahren
profile picture
EXPERTE
überprüft vor einem Monat

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen