amazon-kinesis-client-nodejs icon indicating copy to clipboard operation
amazon-kinesis-client-nodejs copied to clipboard

Amazon Kinesis Client Library for Node.js

Results 71 amazon-kinesis-client-nodejs issues
Sort by recently updated
recently updated
newest added

Hello, I'm using _aws-kcl_ **v2.2.2** with _node js_ **v19.6.0** When i run the _node_modules/aws-kcl/bin/kcl-boostrap_ file i have this issue : `Starting MultiLangDaemon ... java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at software.amazon.kinesis.multilang.config.KinesisClientLibConfigurator.lambda$getConfiguration$0(KinesisClientLibConfigurator.java:67) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at...

Bumps commons-logging:commons-logging from 1.1.3 to 1.3.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-logging:commons-logging&package-manager=maven&previous-version=1.1.3&new-version=1.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) from 3.36.0 to 3.42.0. Release notes Sourced from org.checkerframework:checker-qual's releases. Checker Framework 3.42.0 Version 3.42.0 (December 15, 2023) User-visible changes: Method annotation @AssertMethod indicates that a method checks...

dependencies
java

Bumps `fasterxml-jackson.version` from 2.14.1 to 2.17.0. Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-cbor` from 2.14.1 to 2.17.0 Commits dad4e73 [maven-release-plugin] prepare release jackson-dataformats-binary-2.17.0 a91d357 Prepare for 2.17.0 release d94956a Merge branch '2.16' into 2.17 368ba69...

dependencies
java

Bumps `netty.version` from 4.1.108.Final to 4.1.109.Final. Updates `io.netty:netty-codec-http` from 4.1.108.Final to 4.1.109.Final Commits 43455df [maven-release-plugin] prepare release netty-4.1.109.Final b9af2e6 Utilize ByteBuf#indexOf (#13974) 9f44b97 Fix DefaultChannelId#asLongText NPE (#13971) eb48822 chore: remove...

dependencies
java

Bumps `awssdk.version` from 2.25.11 to 2.25.40. Updates `software.amazon.awssdk:kinesis` from 2.25.11 to 2.25.40 Updates `software.amazon.awssdk:dynamodb` from 2.25.11 to 2.25.40 Updates `software.amazon.awssdk:cloudwatch` from 2.25.11 to 2.25.40 Updates `software.amazon.awssdk:netty-nio-client` from 2.25.11 to 2.25.40...

dependencies
java

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1603.0 to 2.1608.0. Release notes Sourced from aws-sdk's releases. Release v2.1608.0 See changelog for more information. Release v2.1607.0 See changelog for more information. Release v2.1606.0 See changelog...

dependencies
javascript

Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 5.1.0. Release notes Sourced from chai's releases. v5.1.0 What's Changed Remove useless guards and add parentheses to constuctors by @​koddsson in chaijs/chai#1593 Cleanup jsdoc comments...

dependencies
javascript

After KCL is working long time I see zombie nodejs processes which don't do anything. KCL starts new nodejs processes, but don't kill zombie processes. Is anybody receive this problem?

*Issue #, if available:* Fixes #79 *Description of changes:* As noted here https://github.com/awslabs/amazon-kinesis-client/issues/1110#issuecomment-1553528985, adding aws-java-sdk-sts to pom.xml fixes the issue of the default provider chain not putting up on service...