-
I would like to set `maxRecords`.
But, as far as i read document and code, I seem that we have no way to set `maxRecords`.
This is right?
Do we have a way to set `maxRecords`?
I also see bel…
-
If we delete lease record in DDB while consumers are running, then neither consumer which was holding lease nor any other currently running consumers consume from that shard. Only restart helps.
``…
-
We have a pretty standard KCL 2.2.2 fan-out consumer, and it recently experienced issues similar to https://github.com/awslabs/amazon-kinesis-client/issues/602, however, it is not a polling reader. 5 …
-
Add a `polygon` function to the stdlib. It should take these parameters:
1. An object with fields {sideLength: f64, numSides: u64, center: [f64; 2]}
2. A sketchgroup
Define this in `std/shapes.rs`
-
## General Question
I want to check that an obkect can be cast to the type.
Currently I found only one method: get type name with `typeof` and compare with target type name and all of childs targe…
-
Currently the Kinesis Shutdown works as follows:
* Shutdown is called on the `KinesisConsumer` (either explicitly or via the jvm shutdown hook)
* This then calls `requestShutdown` on the KCL Worker,…
-
Hello!
We're using DynamoDB Streams + Kinesis Client Library (KCL).
How can we measure latency between event was created in a stream and it was processed on KCL side?
As I know, KCL's `MillisBehindLa…
-
Does the KCL consumer support the ability to pause or limit the speed of processing data? We're experiencing an issue where the `ShardRecordProcessorFactory.processRecords()` method is called too ofte…
-
We scaled up our Kinesis stream in us-east-1 from 340 shards to 435 shards yesterday. We kept our KCL service running throughout the resharding. After the previous open shards are closed, we found tha…
-
## Enhancement
Peefy updated
3 months ago