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?

demandé il y a 2 ans463 vues
1 réponse
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
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions