GitHunt
CL

Clever/amazon-kinesis-client-go

Amazon Kinesis Client for Go

amazon-kinesis-client-go

A port of amazon-kinesis-client-python to Go.

Running the Consumer

Edit the file consumer.properties to point at a Kinesis stream that has some data.
Build the consumer binary:

make build

Then run:

make run

This will download the jar files necessary to run the KCL, and then launch the KCL communicating with the consumer binary.

Languages

Go94.4%Makefile5.6%

Latest Release

v1.0.0March 5, 2021
Created February 8, 2017
Updated November 7, 2025
Clever/amazon-kinesis-client-go | GitHunt