nodejs-kinesis-client-library
nodejs-kinesis-client-library copied to clipboard
Node.js implementation of Amazon's Kinesis Client Library.
1) The first question is that I`m always getting: sh: launch-kinesis-cluster: not found Can just launch it through the whole path to the bin/launch. 2) The second question is why...
I tried to run the example code and it keep prompted error of "Cannot read property 'push' of undefined". I have tried to dumb this whole object and cannot find...
Currently a cluster is started with the command `launch-kinesis-cluster`. It would be nice to have a function to programmatically invoke a cluster (like code [here](https://github.com/evansolomon/nodejs-kinesis-client-library/blob/master/bin/launch)).
I have a requirement to be able to support streaming from both Kinesis and DynamoDB streams. Would it be possible to either a) refactor the code to support the injection...
Use polling to avoid unnecessary waiting time on the test. Running locally, the tests now take 10 seconds, down from 30 seconds.