Skip to content

Scorpion2115/kafka-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

Initialize the project

Get started

To get started, make a new directory anywhere you’d like for this project:

mkdir kafka-on-the-shore && cd kafka-on-the-shore

Get Confluent Platform

Next, create the following docker-compose.yml file to obtain Confluent Platform and launch it by running:

# -d: Detached mode, run containers in th background
docker-compose up -d

Clean up

After you finish, kill all running containers with 

docker kill $(docker ps -q)

Delete all containers that are not running.

docker container rm $(docker ps -a -q)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages