Skip to content

dky/docker-kakfa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Docker container

To spin up a local instance for testing:

docker run -p 9092:9092 -p 2181:2181 -e ADVERTISED_HOST=127.0.0.1 -e ADVERTISED_PORT=9092 dkyio/kafka

Installing Kafka MacOS

We will only be using the client since we already have this container.

brew cask install homebrew/cask-versions/adoptopenjdk8
brew install kafka

About

Docker Kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors