- Notifications
You must be signed in to change notification settings - Fork3
License
NotificationsYou must be signed in to change notification settings
Kistler-Group/eh-kafka
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Event Horizon Kafka is event bus forEvent Horizon a CQRS/ES toolkit for Go.
See the eventbus_test.go how to initialize.
To develop Event Horizon Kafka you need to have Docker and Docker Compose installed.
To start all needed services and run all tests, simply run make:
make
To manualy run the services and stop them:
make servicesmake stop
When the services are running testing can be done either locally or with Docker:
maketestmake test_dockergotest ./...
The difference betweenmake test
andgo test ./...
is thatmake test
also prints coverage info.
GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999