amazon-kinesis-client-python icon indicating copy to clipboard operation
amazon-kinesis-client-python copied to clipboard

Amazon Kinesis Client Library for Python

Results 92 amazon-kinesis-client-python issues
Sort by recently updated
recently updated
newest added

With the upgrade to the latest version ([`2.1.4`](https://github.com/awslabs/amazon-kinesis-client-python/releases/tag/v2.1.4)) our tests failed with the following error: ``` java.lang.NoSuchMethodError: 'software.amazon.awssdk.services.dynamodb.model.CreateTableRequest$Builder software.amazon.awssdk.services.dynamodb.model.CreateTableRequest$Builder.deletionProtectionEnabled(java.lang.Boolean)' at software.amazon.kinesis.leases.dynamodb.DynamoDBLeaseRefresher.createTableRequestBuilder(DynamoDBLeaseRefresher.java:814) at software.amazon.kinesis.leases.dynamodb.DynamoDBLeaseRefresher.createLeaseTableIfNotExists(DynamoDBLeaseRefresher.java:210) at software.amazon.kinesis.leases.dynamodb.DynamoDBLeaseCoordinator.initialize(DynamoDBLeaseCoordinator.java:215) at software.amazon.kinesis.coordinator.Scheduler.initialize(Scheduler.java:342) at software.amazon.kinesis.coordinator.Scheduler.run(Scheduler.java:316) at...

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.3.0 to 1.3.12. Commits 0df4ec1 prepare release 1.3.12 189af50 ensure JDK 8 compatibility 14a71d0 cater for array size marked with -1 b8eac23 prevent DOS attacks using on...

dependencies
java

*Issue #, if available:* *Description of changes:* Updating the SDK and KCL versions to bring in latest changes - especially required for new regions and authentication methods. By submitting this...

To authenticate when running in a container that is hosted in EKS using EKS Pod Identities for the ServiceAccount authentication, a minimum Java SDK version of Java 2.21.30 is required....

Basically just the title. it would be nice if it was a value we can pass in the config to disable the metrics.

I've created an app that utilizes amazon_kclpy, however, i've not come across a way you can debug this app from your local IDE. Can this be specified or elaborated on...

I have a Kinesis Stream Reader setup on an EC2 instance with the an instance profile with assume-role permissions to assume a reader-role to a Kinesis Stream in a separate...

Make Maven repository configurable via an env var, default to public Maven repo *Issue number:* #209 *Description of changes:* Currently `python setup.py download_jars` is hardcoded to download the KCL jars...

So we're working on beginning to use the KCL. We've got a Dockerized build that pip-install's `amazon_kclpy==2.0.1`. Sometimes this works, but sometimes we get 429s from Maven for all the...

I am getting this error. 2023-08-01 21:06:13,500 [LeaseCoordinator-0000] INFO s.a.k.l.d.DynamoDBLeaseRefresher [NONE] - Transferred lease shardId-000000000000 ownership from f4457d0c-af35-4e59-b036-dca933497848 to 2ee036cd-7d94-4a56-b141-816baf05cdda 2023-08-01 21:06:13,501 [LeaseCoordinator-0000] INFO s.a.k.l.dynamodb.DynamoDBLeaseTaker [NONE] - Worker 2ee036cd-7d94-4a56-b141-816baf05cdda successfully...