-
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
Kinesis Client Library v2 #75
Comments
@hoangtrucit Are you trying to use the new |
Similar issue here, using KCL 2.0.1
|
KCL v2 use I guess we can change strategy to |
I managed to make some progress on this, but I eventually gave up.
At this point the connection could be established, but kinesalite doesn't implement a bunch of other features ( I just stopped at |
@prascuna does that mean that kinesalite doesn't fully support the KCL v2 at the moment? I followed your advice and it helped to set the connection with kinesis, but I'm stiil getting the following exception, during DescribeStreamSummary request:
|
I confirm AWS v2 is not working. I had and solved the following issues:
Now it's stuck on getting HTTP 400 error. So AWS Java SDK v2 is not supported |
@mhart What's the status of this? We'd really like to use kinesalite for the 2.x consumer as the 1.x consumer hasn't had a release for nearly a year. |
@etspaceman the status is that it's still open. I know nothing about KCL v2 – it seems like there's a lot of work involved in supporting this, but perhaps the localstack folks know more? |
We really need this feature too! And I presume more will follow as using the KCL v2 becomes more standardised. Looks like on localstack they're waiting for kinesalite to address it (referencing this current issue) on localstack/localstack#893. |
Any updates on this issue? Thanks! |
You can get the V2 library to work w/ localstack (kinesalite), see comment here: localstack/localstack#893 (comment) |
@mhart regarding your question about complexity, LocalStack has patched their layer that sits before Kinesalite to add API implementations for the missing APIs ( They back the register/deregister/list with an in-memory data structure and avoid any complexity from the NextToken API. That seems to have been sufficient to fix the KCL v2 integration issues. |
@rwinograd isn't |
Hi @oripwk did you solve this problem. I m also facing the same issue.Stuck on getting 400 error. Please suggest if you resolve this problem |
|
@Anja05 where do we specify the polling config? |
Now, I using Kinesis Client Library v2 and I have problem
Do this currently support Kinesis Client Library v2 ? If yes, how to solve it ?
The text was updated successfully, but these errors were encountered: