DZone

In This Series:

  1. Development Environment and Event Producer
  2. Event Consumer (this article)
  3. Azure Integration (coming soon)

Let’s carry our discussion forward and implement a consumer of the events published by the Employee service to the leave-applications Kafka topic. We will extend the application that we developed earlier to add two new services to demonstrate how Kafka consumers work: Manager service and Result reader service.

Source Code

The complete source code of the application and other artifacts is available in my GitHub repository.

Source: DZone