关于[Event-Driven Architecture with Apache Kafka for .NET Developers Part 2 - Event Consumer]的摘要:
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.