Amazon Kinesis Client for Go
Find a file
2019-02-25 20:52:52 +00:00
.circleci Removed unneeded "Install awscli for ECR publish" command 2019-01-08 18:40:29 -08:00
batchconsumer Added error message for failed log written to file 2018-12-11 16:32:33 -08:00
cmd Merge pull request #33 from wwwjfy/fix-shutdown-requested 2018-12-11 16:28:37 -08:00
decode Fixed type-o: guage -> gauge 2018-10-05 15:31:48 -07:00
kcl Merge pull request #33 from wwwjfy/fix-shutdown-requested 2018-12-11 16:28:37 -08:00
splitter parse fargate logs 2019-02-25 20:52:52 +00:00
.gitignore Added vendor to .gitignore 2017-05-22 22:57:34 +00:00
batchconsumer.properties Implemented new consumer interface as well as example consumer: 'batchconsumer' 2017-07-18 02:03:15 +00:00
consumer.properties initial commit 2017-02-08 20:23:00 +00:00
golang.mk update golang.mk 2018-10-11 12:39:00 -07:00
Gopkg.lock Remove self-references in Gopkg.toml 2018-02-16 13:14:07 -08:00
Gopkg.toml Remove self-references in Gopkg.toml 2018-02-16 13:14:07 -08:00
Makefile golang upgrade 2018-05-18 15:54:07 -07: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.