command
module
Version:
v0.0.0-...-aef3579
Opens a new window with list of versions in this module.
Published: May 7, 2019
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Kafka Pro(ducer Simulator)
kafkapro is Kafka Producer simulator tool to help development team to push messages to kafka.
Prerequisites
Getting Started
Build
- Make sure the project is inside
$GOPATH/src
- execute
dep ensure
to download dependencies
- run
go test
- run
./build.sh
or execute go build
if you prefer to build it manually
- if you use
build.sh
in the previous step, executable file for windows, linux, and mac are available in build/
directory
Run
- change the configuration in
config.toml
to suit your needs
- make sure your input file as defined in
config.toml
is available (default is input.txt
)
- make sure your machine is connected to kafka
- run the file that generated when you build the application
Built with
- Go - The language for simplicity and concurrency
- Dep - Go dependency management tool
- Viper - Go configuration with fangs!
- Kafka-go - as the name suggets, it's kafka for go
Version
- 0.1 - ability to send message to kafka based on config
Authors
- Kharriz Abiyasa Bhimabrata - Initial work - Zeedware
License
this project is licensed under MIT License
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.