A Docker wrapper for Ksunami.
Grub the image from Docker Hub kafkesc/ksunami
$ docker pull kafkesc/ksunami
Running ksunami
from inside a docker container, couldn't be any easier:
$ docker run kafkesc/ksunami -h
Produce constant, configurable, cyclical waves of Kafka Records
Usage: ksunami ...
Given the docker container is purposely designed to be a thin wrapper, if you are looking for usage instructions, examples or learn more about core concepts, please consult Ksunami repo itself.
The kafkesc/ksunami
docker image version will match Ksunami
released versions.
Following Docker approach, kafkesc/ksunami:latest
will be a moving tag, pointing at the latest release.
All other versions (current and previous) will be available as kafkesc/ksunami:vX.Y.Z
.
Once a new Ksunami version is released to crates.io, the only thing to do should be to create a commit (even empty) against this repository, with tag equivalent to the one used to release Ksunami.
For example, if [email protected]
has just been released, just do:
$ make push-git-release-tag tag=v1.2.3
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.