SubscribeToShard for aws_sdk_kinesis? #638
avandesa-fw
started this conversation in
General
Replies: 1 comment 1 reply
-
We actually already have a feature request for this #213 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! From what I can tell, the kinesis crate doesn't appear to support the
SubscribeToShard
operation? This prevents consumers from taking advantage of the dedicated throughput/enhanced fan-out. Are there any plans to implement this, or am I missing something in the docs?RegisterStreamConsumer
is implemented and is required forSubscribeToShard
, but I don't see the subscription method itself.https://docs.rs/aws-sdk-kinesis/latest/aws_sdk_kinesis/struct.Client.html
Just wanted to double check I wasn't missing anything before opening a feature request. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions