A port of amazon-kinesis-client-python to Go.
Edit the file consumer.properties to point at a Kinesis stream that has some data.
Build the consumer binary:
make buildThen run:
make runThis will download the jar files necessary to run the KCL, and then launch the KCL communicating with the consumer binary.