nteg / Big-Data

Big Data
0 stars 1 forks source link

Apache Kafka POC using NodeJs #1

Open amit-kumar-sain opened 9 years ago

amit-kumar-sain commented 9 years ago

Design and develop a POC on Apache Kafka using NodeJs language. POC should cover -

  1. Creation of topics and partitions
  2. Assigning the preferred replicas as leader for a partition in case, new nodes are added to Kafka cluster
  3. Writing a problem for fetching the data using Yammer API and publish the data on to Kafka topic with multiple partitions
  4. Writing consumers listening on each of the partitions of a topic

Once the POC is done, code should be checked into this repository and a POC document will need to be published detailing the above steps.