Closed nealfax closed 7 years ago
Hey, I think this would definitely be useful.
If you want to make a PR that implements this and provides a concrete area for discussion, I welcome it. However I'm not really in a position to take feature requests at the moment. Gonna close this issue, but once again a PR would be welcome.
One option might be to pipe get_records into a stream:
But that'd still be request/poll-based.
Ideally we could leverage something like GenStage to setup a producer that would respond to downstream demand by pulling from the Kinesis stream. Something along the lines of:
Two side notes (per our conversation on Slack):