Introduction
This lesson introduces the reader to Kafka and gives an overview of the technology.
Kafka, founded by Jay Kreps, Neha Narkhede, and Jun Rao, emerged on the Big Data scene in January of 2009. It has since enjoyed increasing popularity and use, especially in the enterprise space. Any Big Data department will almost certainly have a team using and maintaining Kafka or a wrapper service over Kafka for the rest of the company to use. Kafka is written in Java and Scala and has its roots in LinkedIn, where it was originally developed before being ...