Skip to content

viniciusrplima/kafka-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Chat

Chat that uses kafka to send messages.

Running

Server

Enter folder server and then initialize the spring system:

mvn spring-boot:run

Then, run the kafka server with the docker-compose:

docker-compose up -d

Client

Execute the javafx system. You need the javafx runtime libraries.

mvn javafx:run