How to consume records from Kinesis Data Streams using KCL

I am trying to consume Kinesis data streams using Kinesis Client Library similar to https://github.com/aws-samples/amazon-kinesis-learning. But in this example they scheduled the process. I want to consume records afferent without scheduler.

I don’t want to use DynamoDB, cloudWatch. Expecting a simple consumer to consume records in stream

Is there any way to process records without scheduler using java

Asked on July 15, 2020 in Java.
Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.