1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
Kinesis Data Streams API doesn't offer an explicit "Unsubscribe" operation as there is "SubscribeToShard"[1]. However, by stopping your consumer from processing SubscribeToShard events, you can essentially unsubscribe from a shard.
[1] SubscribeToShard - https://docs.aws.amazon.com/kinesis/latest/APIReference/API_SubscribeToShard.html
