-
Notifications
You must be signed in to change notification settings - Fork 13
Support KCL Version 2.x #68
Comments
Agreed, I've been waiting for this to be released and stabilise - we've used the underlying sdk 2 in a few projects now and it seems to be just about there. Lot of fixes in kcl 2.0.1: I'll look into what this entails and figure out an approach. It's definitely gonna be breaking... |
Hey @markglh just wondering if you had time to make some progress on the migration yet. |
We're splitting the consumer and producer into separate modules so we can evolve them separately. I have a PR open for this, once we merge it in, the upgrade to KCL should be a little easier |
Something to keep in mind with this is that kinesalite does not currently support the 2.x API. |
You can get the V2 library to work w/ localstack (kinesalite), see comment here: |
Looks like the AWS guys improved KCL: KCL 2.0 uses async IO with HTTP/2.
Would be great to see support in reactive-kinesis for this.
Migration guide from 1.x to 2.x: https://docs.aws.amazon.com/streams/latest/dev/kcl-migration.html
The text was updated successfully, but these errors were encountered: