amazon-kinesis-client-nodejs
amazon-kinesis-client-nodejs copied to clipboard
Amazon Kinesis Client Library for Node.js
I`m trying to run KCL with localstack Always getting: Caused by: io.netty.handler.codec.http2.Http2Exception: First received frame was not SETTINGS. Hex dump for first 5 bytes: 3c21444f43
*Related to https://github.com/awslabs/amazon-kinesis-client-nodejs/issues/71* *Description of changes:* Added in handling of shutdown action which was removed in this commit https://github.com/awslabs/amazon-kinesis-client-nodejs/commit/a2be81a3bd4ccca7f68b616ebc416192c3be9d0e#diff-8ce633fa6b02f49aa98f6aaf35fc7d6bL245 I also fixed up some js doc and corrected arg passing...
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
_reportError function is called in kcl_manager but it is not defined https://github.com/awslabs/amazon-kinesis-client-nodejs/blob/4790a36223954f487f71b0f8b67040a017304729/lib/kcl/kcl_manager.js#L67
Decided to use the new basic consumer sample as a template for my current processor.. So on this project, we have some asynchronous tasks to do for each kinesis message,...
Allows setting Java options through `--java-options` argument as well as `JAVA_OPTIONS` environment variable. Useful in e.g. configuring logger through `java.util.logging.config.file` so that only errors are shown. For example: ``` ./node_modules/.bin/kcl-bootstrap...
[email protected] depends on [email protected] which depends on [email protected] > Versions of lodash before 4.17.5 are vulnerable to prototype pollution. > > The vulnerable functions are 'defaultsDeep', 'merge', and 'mergeWith' which...
Use proxy settings for downloading jars if HTTP_PROXY is set on the system
search.maven.org supports HTTPS, we should be using that to transport jars for obvious reasons.
Been testing this for the last week on `v1.9.1` and haven't run into any issues.