package
0.0.0-20191206192100-eec922928a3f
Repository: https://github.com/heptiolabs/eventrouter.git
Documentation: pkg.go.dev

# README

Kafka Sink Integration Test

Start kafka

docker-compose up -d kafka

Running the consumer

# give kafka time to start before running the consumer
docker-compose up consumer

Running the integration test

# one time test
docker-compose up app

# repeated testing, much faster
docker-compose run --entrypoint=/bin/sh app
$ cd tests/kafka
$ go install
$ go run main.go

# Structs

No description provided by the author