-
Notifications
You must be signed in to change notification settings - Fork 331
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 #197
Comments
I'm having the same issue, using a similar configuration to try and connect to a local kinesalite instance:
I'm getting the same 'Unable to connect to endpoint' error reported back by the native component (on Windows). Interestingly, if I revert back to KPL 0.10.2 (replacing setKinesisEndpoint() and setKinesisPort() with setCustomEndpoint() and setPort() respectively) everything works fine, so it seems something has changed from a connectivity perspective between 0.10 and 0.12. Between this and #186 (unable to configure a proxy) it seems impossible to make use of KPL if you're forced to develop behind a corporate proxy. |
Not sure if I missed anything, but using KPL 0.12.5 and below should not be continued as per https://docs.aws.amazon.com/streams/latest/dev/kinesis-kpl-upgrades.html . Isn't that right? |
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: