An external kit for init kafka connector built for easy to use 😉
- Golang 1.17 -> latest golang version
- KAFKA_CONNECT_HOST
kafka connect address
git clone https://github.com/zsmartex/kafka-connect-init.git
cd kafka-connect-init
go mod tidy
go build main -o kafka-connect-init
./kafka-connect-init
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.