Open gee-m opened 2 years ago
This is something I'm going to need in the near future. @Jeffail are there plans to add this to the existing Kinesis input? If I implement a new consumer that supports Kinesis enhanced fan-out, is that something you'd be interested in merging back into the baseline?
@saholman yeah I'd be happy to take a PR, ideally something interacting with the AWS client libraries directly rather than via another dependency, but happy to take a look at anything.
Are there any updates on this? @Jeffail
Hey there, love the tool!
Just a feature suggestion in case more people are interested than just me - it would be cool to support kinesis enhanced fan-out consumers. As far as the research I've done, here's some notes hopefully that can help see clearer into this task
GetShardIteratorWithContext
but would need to useSubscribeToShard
withSubscribeToShardEvent
sRegisterNewStreamConsumer
or use an existing one (e.g. defined in terraform) would be coolHere's some resources: