Justin Pfifer

Results 66 comments of Justin Pfifer

Thank you for your suggestion. We would like to add this feature, and will prioritize this with other customer requests. If anyone else is interested in the feature please comment,...

I don't believe this is a bug in the core Java KCL, but could be a bug in the MultiLang component. > I also thought that maybe I didn't have...

We're currently working on the short term fix for this.

To help us troubleshoot the source of this issue can you enable more detailed logging using these steps: If you don't mind using Apache Maven this is a pom.xml that...

In [Release 1.8.8](https://github.com/awslabs/amazon-kinesis-client/releases/tag/v1.8.8) we added the [ability to log a message when a processing task is blocked](https://github.com/awslabs/amazon-kinesis-client/blob/3de901ea9327370ed732af86c4d4999c8d99541c/src/main/java/com/amazonaws/services/kinesis/clientlibrary/lib/worker/KinesisClientLibConfiguration.java#L1367) for a long time. For those affected by it, can you enable the...

@shaharck The high iterator age can occur for a number of reasons. If it's caused by processing getting stuck you should see the metrics for the stuck shard stop being...

This issues has only been reported, and confirmed on Node.ja multi-lang daemon. It's possible that this may occur with other multi-lang daemon clients, but we haven't been able to confirm...

@limawebdev1 PutRecord/PutRecords isn't related to the KCL. You appear to have run into an issue with the AWS Node SDK. I would recommend opening an issue on [the aws-sdk-js repository](https://github.com/aws/aws-sdk-js)

@htarevern If you're using the DynamoDB Streams plugin your issue maybe related to https://github.com/awslabs/dynamodb-streams-kinesis-adapter/issues/20

@manojgh I would make sure that your record processor isn't blocking. The KCL will wait for the record processor to return before retrieving the next batch of records. 1. I...