Skip to content

mfernd/blabla-inator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blabla-inator

Chat app using CLI to discuss through Kafka.

Get started

If you don't have a Kafka running, you can run a single instance with:

docker compose up -d

Note: there is available commands to interact with Kafka in the Makefile.

And you can create a topic (here chat-topic) with the command make create_topic.

Then, you can run the app with:

cargo run -- --server <your-server> --topic <your-topic>

(Replace <your-server> and <your-topic> with your own values.)

About

Chat app using CLI to discuss through Kafka.

Resources

Stars

Watchers

Forks