-
Currently Region and stage handling is clunky and they depend on each other in a way that often doesn't reflect the way users treat or think about different environments.
This leads to issues where s…
-
When I look at the code it looks intentional.
https://github.com/aws/aws-sdk-go/blob/master/service/kinesis/api.go
```
output = &CreateStreamOutput{}
```
Is this just waiting to be implemented or a…
-
- fluentd version
0.12.28 or 0.12.29
- Environment information, e.g. OS.
Debian GNU/Linux 8 (jessie)
in
Docker 1.10.3
in
CoreOS 1122.3.0
- Your configuration
```
@type record…
-
## Initial condition
I have 6 DynamoDB tables which are replicated throughout two different regions. After several weeks of running without encountering this reported problem, I've realized that Dyna…
-
We've been using this application to manage our stream, and I discovered that the hash key distributions for each shard are uneven:
```
Joel:s3logger jrosen$ aws kinesis describe-stream --stream-name…
-
Hi
It would be cool to be able to batch a number of log messages per kinesis put record in some way, since kinesis supports up to a 1MB payload and a single log message can easy be
-
If restarting from beyond the 24 hour window of the Kinesis stream, the record processor may need to read from some other backing store (S3/DynamoDB/etc) to catch up to the Kinesis stream. To do so, …
-
The Kinesis API recently started returning MillisBehindLatest in the response to GetRecords().
http://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetRecords.html
> MillisBehindLatest
> The …
-
If you create a stream having $minShards, auto-scaling will not scale up even though it thinks it needs to.
I think this is due to the short circuit logic here:
https://github.com/awslabs/amazon-kin…
-
Firstly, apologies for the lack of information, this is a shot in the dark to be followed up with a bit more information.
If I run a basic test, ala:
``` csharp
[Test]
public void Ra…