Skip to content

Hallelujah - Simple Kafka Python Consumer and Producer to Communicate in the shell with other programs - For God so loved the world, that He gave His only begotten Son, that all who believe in Him should not perish but have everlasting life

Notifications You must be signed in to change notification settings

loveJesus/kafka_simple_communicator_chirho

Repository files navigation

For God so loved the world, that He gave His only begotten Son, that all who believe in Him should not perish but have everlasting life

John 3:16 (NKJV)

A simple Kafka communicator, to pipe to or from bash, for example:

./kafka_simple_consumer_chirho.py --servers_chirho 127.0.0.1:9092 --topic_chirho tmp1_chirho | while read line_chirho; do my_command_chirho.sh $line_chirho; done

my_other_command_chirho.sh | ./kafka_simple_producer_chirho --servers_chirho 127.0.0.1:9092 --topic_chirho tmp1_chirho 

About

Hallelujah - Simple Kafka Python Consumer and Producer to Communicate in the shell with other programs - For God so loved the world, that He gave His only begotten Son, that all who believe in Him should not perish but have everlasting life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages