Skip to content

Simple Spring Boot chat application server in Kotlin using Kafka and WebSockets.

Notifications You must be signed in to change notification settings

EspenSchei/kafka-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local development

Start Zookeeper, Kafka and create a topic

  1. zookeeper-server-start /usr/local/etc/kafka/zookeeper.properties
  2. kafka-server-start /usr/local/etc/kafka/server.properties
  3. kafka-topics --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic kafka-chat

About

Simple Spring Boot chat application server in Kotlin using Kafka and WebSockets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages