1 Answers
0
Accepted Answer
The problem was in the producer which was not producing the correct data, using String myString = StandardCharsets.US_ASCII.decode(r.data()).toString();
would give you the String as expected.
answered 7 months ago
Relevant questions
Help processing Kinessis Records with KCL and Java
Accepted Answerasked 7 months agoPackaging Java Lamba using CDK is failing in Code Build
asked 4 months agoWhen exactly does KCL drop records? Can't recreate (but need to handle)
asked 3 months agoHow to communicate with GameLift Server with Java Client
asked 7 months agoNot able to deploy daemon java process in Lightsail Container Service
asked 10 days agoJava 2.X Lambda RequestHandler and Context documentation
asked 7 months agoQuestion on how KCL creates new RecordProcessors with multiple instances
asked 2 years agoCognito Java examples
Accepted Answerasked 5 months agoI have question on KCL(Kinesis Customer Library)
Accepted Answerasked 4 years agoUpgrade LZ to v2.4.4 - Java 1.8.0 error
asked 3 months ago