Amazon Kinesis Client for Go
Find a file
2017-05-18 00:46:29 +00:00
cmd/consumer allow for empty checkpoints on shutdown 2017-05-18 00:46:29 +00:00
kcl allow for empty checkpoints on shutdown 2017-05-18 00:46:29 +00:00
.gitignore initial commit 2017-02-08 20:23:00 +00:00
circle.yml more circle tweaks 2017-02-08 20:38:14 +00:00
consumer.properties initial commit 2017-02-08 20:23:00 +00:00
Makefile don't need glide 2017-02-08 20:25:43 +00:00
README.md initial commit 2017-02-08 20:23:00 +00:00

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.