-
Getting this error with Kinesalite. It was working fine the first time I ran the kcl python app, but once I tried to delete local kinesalite stream and local dynamodb table, i start getting this error…
-
This issue is follow-up issue to this: https://github.com/zendesk/maxwell/issues/1664
I found out that Maxwell has the optimal throughput when my Kinesis stream has 8 shards. Throughput slows down …
-
I achieve most performant throughput when my Kinesis stream has 8 shards. Throughput slows down when using 10 shards and does not deliver any records anymore when using 16+ shards. How can this be?
…
-
No mapping provided for kinesis in following dictionary.
https://github.com/capitalone/cloud-custodian/blob/6ddcbfd4a71d56a22c1606bf89aa449808a82741/c7n/resources/account.py#L515-L524
Number of …
-
Hi,
My application makes use of kinesis streams. In order to cope up with the changing load pattern, I wish to use application autoscaling service to scale up/down kinesis shards. To achieve this, …
-
I am using kinesis_streams_aggregated
It was confirmed that the Put records throttled records error occurred in kinesis monitoring.
The settings are as follows.
```
@type kinesis_streams_aggrega…
-
If you have a stream with a large number of shards, you get an error that says, "[BROKER] ListShards error: InvalidArgumentException: NextToken and StreamName cannot be provided together."
The AWS …
-
In the Dynamo table that holds the leases and checkpoint information, I can see that workers have an uneven distribution of shards.
In my case for example - for 256 shards and 41 workers (pods in Kub…
-
I've implemented a first naïve support for Dynamodb Streams. You can find the implementation [here](https://github.com/joost-de-vries/alpakka/blob/dynamodb-streams-wip-1/dynamodb/src/main/scala/akka/s…
-
**Is your feature request related to a problem? Please describe.**
I want to archive all telemetry data flowing through Thingsboard. I want to do so with minimal cost and maintenance.
**Describe …