-
Hi everyone,
I'm looking for using the Kinesis agent to do something that may or may not be useful to other users and it is related to the issue raised in this #17 some time ago.
Let me try to d…
-
Table Config
```{
"tableName": "workflowEvents",
"tableType": "REALTIME",
"segmentsConfig": {
"timeColumnName": "eventTimestamp",
"timeType": "MILLISECONDS",
"schemaName": "wo…
-
I am running a Kinesis Consumer application with EnhancedFanOut on KCL 2.2.x
I keep getting the below ReadTimeOut Exception :
`software.amazon.kinesis.lifecycle.ShardConsumerSubscriber: shardId-000…
-
Is there a comprehensive list of permissions required by the KCL 2.0 enhanced consumer app. I know my resource names exactly (stream name, consumer name, DDB checkpoint table name) so I would like to …
-
I tried to use the sample consumer and passsign the region and all other details under aws config but keep getting below error
Credential should be scoped to correct service: 'kinesis'
-
I'm currently using aws-kinesis-agg@4.2.6 for the implementation of a consumer that receives Kinesis event inputs and processes the messages that it contains which is running under Nodejs 16.
By wo…
-
As consumer it makes sense in my opinion to have some control over the ingestion rate, so we rate limit how much we are consuming. This can lead to strange behavior due to time-outs as in some scenari…
-
Hello, we have an instance of a Kinesis consumer in one of our customers environments that is "stuck", but not in a typical way (typical to me anyway). The consumer is requesting and processing record…
-
### Acknowledgements
- [X] I have searched (https://github.com/aws/aws-sdk/issues?q=is%3Aissue) for past instances of this issue
- [X] I have verified all of my SDK modules are up-to-date (you can pe…
-
## Bug
### Describe the problem
I have this setup: A AWS Glue Job `kinesis_consumer` that consumes a kinesis stream and stores the data in s3 bucket `kinesis_data`.
```
kinesis = (
…