awslabs / amazon-kinesis-client-nodejs

Amazon Kinesis Client Library for Node.js
Apache License 2.0
297 stars 206 forks source link

ERROR: Unable to download MultiLangDaemon #349

Open alexunivar opened 6 months ago

alexunivar commented 6 months ago

When I run:

bin/kcl-bootstrap --java /usr/bin/java -p ./samples/basic_sample/consumer/sample.properties -e it gives me this error:

ERROR: Unable to download MultiLangDaemon jar files from maven: https://repo1.maven.org/maven2/software/amazon/kinesis/amazon-kinesis-client-multilang/1.15.1/amazon-kinesis-client-multilang-1.15.1.jar could not be downloaded: 404

Maven repo doesn't have amazon-kinesis-client-multilang

alexunivar commented 6 months ago

I can see multilang Daemon for kcl 2 but not 1. I thought nodejs works only with kcl 1. In repo pom points to 2.5.8</kcl.version> From this should we use kcl 2 with nodejs?