You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2024. It is now read-only.
Kinesis supports something called Enhanced-Fan-Out (https://docs.aws.amazon.com/streams/latest/dev/building-enhanced-consumers-api.html) which allows participating consumers to consume data with their own dedicated bandwidth.
I think consumers need to call RegisterStreamConsumer before calling SubscribeToShard. Consumers also need to call DeregisterStreamConsumer since pending consumers may have a cost associated with them.