amazon web services - How to use Kinesis to broadcast records? -


i know kinesis typical use case event streaming, we'd use broadcast information have in near real time in apps besides making available further stream processing. kcl seems viable option use kinesis stream api low level.

as far understand use kcl we'd have generate random applicationid apps receive data, means creating new dynamodb table each time application starts. of course can perform clean when application stops when application doesn't stop gracefully there dynamodb table hanging around.

is there way/pattern use kinesis streams in broadcast fashion?


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -