-
With Kinesis M1 binder when a source/sink/processor app is at rest the following exception will come up occasionally.
```
2018-03-15 08:20:23.569 INFO 1 --- [esis-consumer-1] com.amazonaws.protoco…
-
Both producer and consumer running on Windows 7, Java 8.
My consumer read 1 massage in 1-5 seconds. What is the problem with my settings?
Producer:
```java
@EnableBinding(Source.class)
@Spr…
-
**The source app command:**
```
java -jar target/s3-source-rabbit-2.0.0.BUILD-SNAPSHOT.jar --s3.remoteDir=s3exp --file.consumer.mode=lines --spring.cloud.stream.bindings.output.producer.partitionKey…
-
Hi,
Firstly, thanks for this binder it's amazing how smoothly it's been to set up and get working considering it's still very new.
One issue I'm running into if I try to receive JSON objects is …
-
I have an application that runs the KCL multilang daemon to run a pool of Python processes that consume from Kinesis. Inside the Python processes, I need to put some records out to Kinesis based on th…
-
Hi ,
I have some questions ,
Amazon Kinesis Video Streams uses Amazon S3 as the underlying data store , but i did not find any info in S3, so. how can i find the underlying data store in S3 and …
-
I am trying to replicate [this example](https://www.mongodb.com/blog/post/processing-data-streams-with-amazon-kinesis-and-mongodb-atlas) where, a Kinesis consumer processes a Kinesis stream and insert…
-
I have a kinesis stream with two shards and i am running it in Eclipse on my machine.I am able to see that records are published to all two shards but our kinesis consumer application is able to proce…
-
* Version of Ruby: 2.5
* Version of Kafka: 1.0.0
* Version of ruby-kafka: 0.5.3
* Compression: gzip
* Partitions: 12
In production, I occasionaly see the offsets for all partitions in a topic…
-
`kinesis-console-consumer stream-name | grep .` won't output anything.
workaround is:
```
kinesis-console-consumer stream-name | jq -cC . | grep .
```