-
I am just trying out the example consumer on a kinesis stream i set up under my account but i get the following error.
It looks like i'm not passing the access.secret keys correctly but i can't seem …
-
Hi, wondering what the long term plan for RX is in terms of the Kinesis Client library for .net.
I don't think anyone is overly attracted to taking the weird life cycle dependency on the java runtime…
-
Hi again @evansolomon, running test like I mentioned, I found that when the shards in Kinesis are more than one - in my case 4 - an `ConditionalCheckFailedException` exception start rising constantly:…
-
It's probably worth requiring Spark 1.3.0 to use the new Kafka API: http://spark.apache.org/docs/1.3.0/streaming-kafka-integration.html
-
@ransomr I'm working on DynamoDB Streams API implementation.
Very earlier preview code can be found [here](https://github.com/smilerlee/erlcloud/tree/ddb_streams_preview), the same style with `ddb2`…
-
Unfortunately I don't have a more descriptive title for this ticket. I'll describe what I've done so far. I am using version 0.9.1.5.
Using Elastic Beanstalk, I installed the Kinesis Autoscaling WAR …
-
I setup fluent to ingest nginx logs into Kinesis using this plugin and I am trying to configure it to keep up with the throughput. I have around 30-40 log events per second, which seems reasonable. …
-
We are using your ReactoKinesiX library for our C# Kinesis Consumer application. The application appears to be properly configured to initialize log4net, but nothing is being written to the log file w…
-
### Background
There would be a number of benefits for some Clojure apps if a Kinesis shard could be presented as a Clojure core.async channel. Delivering shards as channels would create new options …
-
Reading records from Kinesis with the library is otherwise nice, but the records received are missing their shard ID which is sometimes needed and not easily attained from the originating request. We'…