Go event sourcing with Kafka, example project
A demonstration for event sourcing using Go and Kafka.
To run this project:
govendor sync
go build && ./banku --act=consumer
to run the program as consumergo build && ./banku
to run the program as producerTo run testing:
docker-compose run app ginkgo
Or, you may as well follow the tutorial here:
Cheers, Adam!