redpanda-data / connect

Fancy stream processing made operationally mundane
https://docs.redpanda.com/redpanda-connect/about/
8.13k stars 834 forks source link

Kinesis enhanced fan-out consumers #1401

Open gee-m opened 2 years ago

gee-m commented 2 years ago

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

Here's some resources:

saholman commented 1 year 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?

Jeffail commented 1 year ago

@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.

michael-pressburg-cko commented 9 months ago

Are there any updates on this? @Jeffail