okidijimmy200 / chatapp

A Command line chat application that allows message exchange using message broker configurations of confluent kafka
0 stars 0 forks source link

Tests

A command line chat application that uses message broker services of confluent kafka to send messages.

to send messages:

python main.py send --channel mychannel --server localhost:9092 --group mygroup

type a message to send

to receive the message

python main.py receive --channel mychannel --start_from beginning --server localhost:9092 --group mygroup