Releases: simplifi/kafka_docker
Releases · simplifi/kafka_docker
v1.0.2
v1.0.1
v1.0.0
- various commits that built up on main
- new release to overcome GoReleaser/brew issue
- seemed like time to go to version 1.0.0
v0.3.3
Contains instead of prefix
Check that the image name contains the desired string instead of starting. This allows us to use alternate docker servers.
v0.3.1
Features
- Added ip command to display local ip associated to docker containers
v0.3.0
Bugfixes
- If the KAFKA_CREATE_TOPICS had extra spaces in the comma-separated field, it failed to match the detected created topics, which meant that it would time out.
- If the topic creation timeout was reached, there was no indication of the failure. For now, I have it panic(). This could do with a better message eventually.
Features
- added an example docker-compose.yml file.
- Added a --timeout option to choose the timeout.