-
Code snippet:
```
kinesisClient := kinesis.NewFromConfig(cfg, func (o *kinesis.Options) {
o.BaseEndpoint = aws.String(appConfig.AwsLocalEndpoint)
})
stream := flag.String("stream", st…
-
-
The `KinesisSink` class is lacking test coverage, particularly for the conditional statements. Unit tests should answer questions like, "what if iamRole is not provided?" or "What if the Kinesis strea…
-
### Expected Behavior
As per title, when working with a Kinesis Firehose event that contains a SQS event in the data field, if the field is not a valid SQS event the entire parsing should fail.
### …
-
I don't see it in the docs, but does Gyro support AWS Kinesis? In particular I'm looking to setup a Kinesis Firehose Delivery Stream.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/…
-
Is it at all possible for multiple KCL applications to re-use the same worker metrics & coordinator state table names?
Our organization uses several hundreds of dynamoDB tables (500+), which we ar…
-
**Describe the bug**
Cannot use autotrack with AWS Kinesis
**To Reproduce**
Steps to reproduce the behavior:
1. Setup Analytics with Kinesis
2. Setup session and/or pageview autotrack
**Ex…
-
Hi team,
I have started working on supporting kinesis client as part of reactive-messaging https://github.com/nikiai/smallrye-reactive-messaging/tree/master/smallrye-reactive-messaging-kinesis.
I…
-
When editing and saving the settings for an existing AWS Kinesis/CloudWatch input, the new settings are not effective until the server restarts.
## Steps to reproduce the issue:
1) Create a new AW…
-
When kinesis a kinesis shard is split (eg. when scaling) it marks the parent shard as CLOSED and client writes start going to the child shards.
Benthos does not appear to be reading from CLOSED shard…