-
Notifications
You must be signed in to change notification settings - Fork 467
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
Kinesis Client library 1.6.3 (latest) does not work with AWS Java SDK 1.11.x (latest) #74
Comments
I've had a crack at this and got KCL working with AWS SDK 1.11.x. Have a look at my pull request #75 if you are interested. |
Thanks Nathan ! I did something similar for one of our internal projects that used AWS's JSONObject & JSONArray but I was not sure how AWS would upgrade KCL. So I held off, but thanks for your help. From: Nathan Smith notifications@github.com I've had a crack at this and got KCL working with AWS SDK 1.11.x. Have a look at my pull request #75#75 if you are interested. You are receiving this because you authored the thread. |
This has impacted us too. I've raised an AWS support case. |
Great thanks ! Appreciate if you could post if/when you hear back from AWS. |
I'm currently in the process of updating the KCL to AWS SDK 1.11. I'm currently testing the SDK 1.11 change, and a couple other PR's. I'm hoping to have a release ready, and out in the next two weeks. |
KCL not working with 1.11.X is hurting us. Any idea when a new release will be made? |
The KCL has been updated to AWS Java SDK 1.11. The artifacts are being release in Maven right now. Sorry for the delay. |
KCL still depends on JSONObject (in package com.amazonaws.util.json) which as per AWS 1.11 release notes has been removed in favor of the Jackson Json library.
So, is there a KCL in the works (and what is the availability date?) that would allow us to upgrade to AWS 1.11.x ?
The text was updated successfully, but these errors were encountered: