-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error in adduserecord with kinesalite and kpl #69
Comments
Please try with v1.13.0 and see if this fixes your problem |
Encountered the same issue |
@mhart @oriy sorry I am not at node. I am using npm install -g kinesalite and I guess it's installing v1.13.0 only however I am seeing below logs during install
is it installing some other version because of above error logs or it's v1.13.0 only |
i have updated node and level versions and after that there is not error logs in npm install kinesalite, but I am still facing same issue while trying to push record using kinesalite and kpl getting
and below error in logs
|
just to update I am able to put and get records using kpl 0.10.2 and setting ssl true in kinesalite, aren't we supporting kpl latest versions? |
@vikrantch-hk I don't know much about KPL to be honest – I don't use it |
@mhart ok so on which version of aws-sdk kinesalite is |
This project is intended to implement the API as documented here: https://docs.aws.amazon.com/kinesis/latest/APIReference/Welcome.html If there's a specific API call missing (I know that |
@mhart ok then PutRecord is returning "unable to connect endpoint" |
Could be that you're not connecting to kinesalite correctly? Is CBOR turned off (kinesalite doesn't support CBOR). https://github.com/mhart/kinesalite#cbor-protocol-issues-with-the-java-sdk Or is it an SSL connection problem? |
@mhart yes CBOR is disabled and verfiycertificate false |
@mhart does comment on awslabs/amazon-kinesis-producer#197 helps |
Same issue facing :( Any Update on that |
Hi Team,
I am using kinesalite with KPL and getting below error message
I am using below configuration
amazon-kinesis-client 1.8.8
amazon-kinesis-producer 0.12.8
I am able to put record using kinesis rest api. Please let me know what configuration I am missing.
The text was updated successfully, but these errors were encountered: