All Content tagged with Amazon Kinesis
Amazon Kinesis makes it easy to collect, process, and analyze real-time, streaming data so you can get timely insights and react quickly to new information.
Content language: English
Select up to 5 tags to filter
Sort by most recent
I am trying to run a package built with JDK 17 on my Flink 1.18 application but getting the error:
```
MY_ENTRY_POINT_FILE.java has been compiled by a more recent version of the Java Runtime (class...
I have been experiencing quite a few problems with Spark and Kinesis, and wanted to clarify my understanding of it. Say I have the following logic:
Subscribe to stream
Event arrives and RDD...
I am working on an IoT solution in which IoT devices send data to AWS Kinesis streams. Each device is identified by an IoT Thing Name, and we use this name (or its hashed value) as the Kinesis...
I am having issue for writing Amazon Kinesis Data to DynamoDB table using AWS Lambda. I am able to see data under Data Viewer in Kinesis Data Stream but not reflecting in database. Please help me to...
I'm encountering an error in my production Amazon Connect contact flow after enabling Kinesis Data Streams according to the [documentation...
Hello, an application is going through testing and is super verbose in its logging at the moment. Is there a solution to stream logs from EC2 to Kinesis Firehose using CloudWatch agent or any other...
I have a Greengrass deployment that includes a custom component as well as the AWS-authored StreamManager component in version 2.1.11. Starting a few hours ago, the StreamManager component has been...
Hello,
I've been doing a datalake solution for a customer heavily relying on AWS infrastructure for about 3-4 years now.
We noticed at some point that there are a lot of errors from Kinesis for...
Issue:
Our ECS service is experiencing connectivity issues with AWS Kinesis. We see these errors in the logs:
`[error] [AWS Log: ERROR](AWSClient)HTTP response code: -1 Exception name: Error...
Hi all,
I'm confusing about different between Kinesis Agent vs CloudWatch Agent. Anyone can help me clarify that?
Thank you guys!
Hello,
I searched Kinesis video streams WebRTC AWS docs and tried to understand how your TURN servers scalability and availability works.
I did not find anything about this topic.
basically I want to...
Hello
I am using KMS key to encrypt a kinesis stream. I have two separate threads in one lambda. One of the lambda is posting data into streams by using CMK encryption type and the other thread...