awslabs/amazon-kinesis-client

Kinesis Client library 1.6.3 (latest) does not work with AWS Java SDK 1.11.x (latest)

smurty opened this issue · 7 comments

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 ?

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
Sent: Tuesday, June 7, 2016 6:20:00 PM
To: awslabs/amazon-kinesis-client
Cc: Sudarshan Murty; Author
Subject: Re: [awslabs/amazon-kinesis-client] Kinesis Client library 1.6.3 (latest) does not work with AWS Java SDK 1.11.x (latest) (#74)

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.
Reply to this email directly, view it on GitHubhttps://github.com//issues/74#issuecomment-224432214, or mute the threadhttps://github.com/notifications/unsubscribe/AG5diCJWi5okGzddjNl7mQat4CsfSQaTks5qJe6QgaJpZM4Iua60.

sihil commented

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.