Accessing Cross Account Kinesis Consumer using DotNet

0

I want to access cross account kinesis consumer using dotnet. I didn't find the implementation of the necessary library SubscribeToShard in dotnet. Cn you help me with necessary information how it can be done.

asked 5 months ago387 views
1 Answer
0

The support for enhance fanout APIs in AWS SDK for .NET would require HTTP/2 support in the HTTP clients. The HttpClients that are used currently in .NET SDK don't support HTTP/2.

[+] SubscribeToShard - https://docs.aws.amazon.com/kinesis/latest/APIReference/API_SubscribeToShard.html

We thank you for reaching out to us and providing your valuable feedback on the service. I have raised a feature request with the service team on your behalf. While I am unable to comment on if/when this feature may get released, I request you to keep an eye on our What's New and Blog pages for any new feature announcements.

AWS
SUPPORT ENGINEER
answered 5 months 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