Lab 6 Kafka Producer Consumer Demo - meetsriharsha/RTBDA_5543 GitHub Wiki

#Welcome to the RTBDA_5543 wiki!

10/05/2016

##Description:

In this lab exercise, we developed a basic Kafka Producer-Consumer communication system. Kafka producer will send the multimedia data to the kafka consumer in base64 format. Later, consumer will decode the data to generate the actual original data files.

##Output Kafka Producer-Consumer