Questions tagged [spring-cloud-stream-binder-kinesis]

17 questions
0
votes
1 answer

How to produce a message record which can be consumed by a spring cloud stream consumer?

From the producer side, I'm using Kinesis's PutRecord API to produce messages to the stream. From the consumer side, I'm using spring-cloud-stream-binder integration for kinesis. I have adapted the code for building the PutRecordRequest object from…
-1
votes
1 answer

Spring cloud stream Kinesis producer can't connect to localstack

Using spring boot and spring cloud stream, I am trying to send messages to Kinesis on localstack Kinesis instance run on docker but it gives me an error in certificates when KPL POST the message but i got the next error in logs: [AWS Log:…
1
2