Reading Time: < 1 minute
Knoldus organized a Meetup on Wednesday, 3 June 2016. Topics which were covered in this meetup are
1) Overview of Kafka and Kafka ecosystem.
2) Configuration of brokers,consumers and producers.
3) Design and motivation behind apache kafka.
4) Implementation of Consumer and Producer API.
Actually, This meetup completed in to two part.
In first part, We have covered 1 to 3 points above mentioned.
In second part, We covered 4th point above mentioned and some benchmarking with Producer and consumer :
Activator code sample:
Java Producer/ Consumer code sample available here
Scala Producer/ Consumer code sample available here