Tutorial by Examples

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...
Apache Kafka™ is a distributed streaming platform. Which means 1-It lets you publish and subscribe to streams of records. In this respect it is similar to a message queue or enterprise messaging system. 2-It lets you store streams of records in a fault-tolerant way. 3-It lets you process streams...

Page 1 of 1