Step 1. Install Java 7 or 8
Step 2. Download Apache Kafka at: http://kafka.apache.org/downloads.html
For example, we will try download Apache Kafka 0.10.0.0
Step 3. Extract the compressed file.
On Linux:
tar -xzf kafka_2.11-0.10.0.0.tgz
On Window: Right click --> Extract here
Step 4. Sta...