There is a SubscribeToShard SDK call. Is there an "unsubscribe from shard"?

0

There is a SubscribeToShard SDK call. Is there an "unsubscribe from shard"? Thank you.

asked a year ago218 views
1 Answer
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

AWS
SUPPORT ENGINEER
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions