Stream Consumer Consuming Messages From AWS Kinesis Producer Hosted In Different Account, Using Spring Cloud Stream, Spring Cloud Functions And AWS KCL Library
Write AWS Kinesis Cross Account Consumer Using Spring Cloud Stream, Cloud Functions And KCL

Cross-Account Kinesis Consumer Using Spring Cloud 3x Stream, Function & AWS KCL

Amith Kumar

--

There are two ways you can implement AWS Kinesis consumer in Java Spring Cloud Stream, one using AWS SDK and the second using KCL (Kinesis Client Library). Maybe this short & very informative excerpt from AWS will help you quickly choose KCL over SDK for the majority of the use cases like it helped me.

KCL helps you consume and…

--

--