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