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 年前檢視次數 463 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南