-
-
- https://aws.amazon.com/blogs/aws/amazon-kinesis-update-simplified-capture-of-streaming-data/
- http://docs.aws.amazon.com/kinesis/latest/dev/developing-producers-with-kpl.html
-
This is essentially the same issue as https://github.com/aws/aws-lambda-dotnet/issues/839, but without crashing deserialization, which I'm guessing is due to the use of `float64` that avoids overflowi…
-
### Describe the bug
I'm using the `kinesis-video-archived-media` client to fetch fragment information and MP4 clips from a KVS stream. Both the `list_fragments` method and the `get_clip` method of…
-
Hi,
I am using KPL on AWS Lambda. When I tried to invoke it, I only got this in the log
`2019-01-24 23:39:59 INFO KinesisProducer:881 - Extracting binaries to /tmp/amazon-kinesis-producer-native…
-
We are publishing records to kinesis stream which has 2 shards. After calling addUserRecord method of KPL we wait for future upto 5sec. For some user records it works well records are pushed to kinesi…
-
Hi
We use the Kinesis Producer Library (v0.10.1) to push events to our Kinesis stream. On 10/20/2015 at 22:32 Pacific Time, we saw a steep rise in errors from the Kinesis Producer Library. The errors…
-
When KPL is unable to start up (owing to an IAM permissions issue, for example), it begins filling up the heap with a LinkedHashMap of strings that resemble "/tmp/amazon-kinesis-producer-native-binari…
-
It would be cool if you there was a CLI for doing the following:
```
cat something.txt | kinesis-cli
```
something along those lines. I could imagine creating very simple producers this way. Though…
-
What could be the issue? using Java client.
I'm on these versions
```
software.amazon.kinesis
amazon-kinesis-client
2.2.10
io.net…