Why is SubscribeToShard not available for the AWS SDK for .NET?

0

I'm working with clients who are locked in to using the AWS SDK for .NET. They are reading records from a Kinesis stream, and I suggested they use SubscribeToShard method because it worked so well in the SDK for Python. But it didn't seem to work in .NET and the above documentation page gives a 404 page. Furthermore, the API documentation for AmazonKinesisClient does not list the method, even though it is referenced in the RegisterStreamConsumer method which seems to be available.

Is there any reason why this particular method is not available in the SDK for .NET?

已提问 2 年前464 查看次数
1 回答
1

The SubscribeToShard method requires HTTP/2 and we don't currently have HTTP/2 supported integrated into the AWS SDK for .NET.

AWS
Norm
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则