Skip to content

renanvm/spring-boot-kotlin-kafka-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting Up Using Docker

Start Kafka Server

Run docker-compose

  docker-compose up -d

New Topic

Access the container

  docker exec -it kakfa /bin/sh

Navigate the container directory

  cd /opt/bitnami/kafka/bin

Create a topic

  kafka-topics.sh --create --bootstrap-server localhost:9092 --topic example

About

Kafka application example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages