Demonstration of real-time streaming integration to and from Apache Kafka:
1) Change Data Capture from MySQL and deliver to Kafka as JSON
2) Enrich the CDC data using a cache and deliver to Kafka
3) Read from Kafka and write to a CSV file
4) Also write to Hadoop and Azure Blob Storage