How to customize sample application (original) (raw)

If you want to play around with Kafka using sample application code then please follow the following help points -

  1. Download Kafka 0.8.0 source from the [Kafka download page](https://www.apache.org/dyn/closer.cgi? path=/kafka/0.8.0/kafka-0.8.0-src.tgz)
  2. Download Kafka-Message-Server-Example folder from the repository and copy it in to the kafka src folder.
  3. Copy following scripts from Kafka-Message-Server-Example/config to provided locations -
* ```  
    build.sbt to Kafka-Message-Server-Example folder  

```

  1. Kafka-message-server-example is a maven based project. Enable maven configuration of the project and customize the project as per you need. Once done with changes for build purpose follow below command -

Add a custom footer