-
`[shardId-000000000011] Worker 885e7e2d-c00e-4145-8f3d-b4fce1f1c46b refusing to update lease with key shardId-000000000011 because concurrency tokens don't match`
Our consumer will sometimes fire t…
-
### TODO
- Write a kinesis producer
- Write a kinesis consumer
- Deploy and test
### References
- Developing kinesis producer https://docs.aws.amazon.com/streams/latest/dev/building-produce…
-
Hey guys,
First of all, this package is exactly what we were looking for...
Second, currently the message consuming is not working for me with `localstack`
Do you have any experience with it?
My…
-
Spring Boot 3.1.0
spring-cloud-stream-binder-kinesis 4.0.0
Java 17
Localstack 2.1.0
Properties looks like:
spring.cloud.stream.bindings.input-in-0.destination=xxx-stream
spring.cloud.stream.…
-
Hi There -
Something that I'm struggling with when using this library is that I can only set up single-event processors for the Consumer via ConsumerWorker. This limits me from using this library …
-
Hi,
I have a consumer application which needs to connect/consume from multiple Kinesis Streams.
However, using this library, I see that we can consume from only a single stream.
While trying to …
-
Hello I am implementing a consumer application with the kinesis-sql library on spark 3.0.and running into an the following issue:
- Start my consumer and there is no data available.
- Start the prod…
-
I'm currently experiencing issues with the Kinesis Consumer Library and DynamoDB. I'm using DynamoDB for managing the checkpoints for the Kinesis consumer (like the documentation). The problem is that…
-
I'm trying to set the metricsEnabledDimensions in .properties file as follows.
`
metricsEnabledDimensions = Operation, ShardId
`
However, the KCL consumer application throws NoSuchMethodExceptio…
-
Kinesis supports something called Enhanced-Fan-Out (https://docs.aws.amazon.com/streams/latest/dev/building-enhanced-consumers-api.html) which allows participating consumers to consume data with their…