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
ESPERTO
posta 8 anni fa374 visualizzazioni
1 Risposta
0
Risposta accettata

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
con risposta 8 anni fa
profile picture
ESPERTO
verificato un mese fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande