chribsen / vagrant-kafka

Scripts to quickly spin up a single node Kafka server for development work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant Apache Kafka

These scripts will quickly allow you to setup a single node Kafka server using Vagrant. To get started simply:

$ git clone git@github.com:chribsen/vagrant-kafka.git
$ cd vagrant-kafka
$ vagrant up

The Kafka server will be listening on 192.168.33.10 port 9092.

About

Scripts to quickly spin up a single node Kafka server for development work


Languages

Language:Shell 100.0%