-
I have been trying to write integration tests for an application that uses KCL 2.0, using [kinesalite](https://github.com/mhart/kinesalite) v2.0.0 and [dynalite](https://github.com/mhart/dynalite) v2…
-
Hello
I experience `NoClassDefFoundError: javax/xml/bind/DatatypeConverter` during build/tests if `amazon-kinesis-producer` version bumped from 0.14.12 to 0.14.13. The stacktrace says:
```
Caused…
-
`[shardId-000000000011] Worker 885e7e2d-c00e-4145-8f3d-b4fce1f1c46b refusing to update lease with key shardId-000000000011 because concurrency tokens don't match`
Our consumer will sometimes fire t…
-
Using KPL as flink job producer. After the start of the job KPL library starts to continuously log exceptions and create child java processes without killing old ones until the server remains out of m…
-
Hi,
We are using KPL to write serialized objects to Kinesis, and running the following issue:
```
INFO [kpl-daemon-0000] (Daemon.java:421) - Asking for trace
DEBUG [kpl-daemon-0000] (Daemon.jav…
-
Our use case is to SFTP a file to our server every minute, and Kinesis agent is configured to match these files. The files are not modified after they are written and they have a footer line, eg "File…
-
Developer should be allowed to set MetricsLevel in KinesisClientLibConfiguration.java. Current default metrics level set to MetricsLevel.DETAILED will incur additional costs.
```
https://github.co…
-
agent was unable to start from previous checkpoint after log file rotation. Error: “Expected the service to be RUNNING, but the service has FAILED”.
agent.json
```
{
"cloudwatch.emitMetrics…
-
Creating this to track an issue from [amazon-kinesis-client](https://github.com/awslabs/amazon-kinesis-client)
Add support for newer KCL features including ApproximateArrivalTimestamp.
Created fro…
-
I'm fairly new to Kinesis and any help is greatly appreciated.
I pretty much followed the code example on AWS to the letter but every single callback fails with a null message. I'm pretty stuck now a…