Console App 3: The Consumer

We've looked at two console applications thus far, one which reads data from a text file into Kafka; and one which reads from one Kafka topic, enriches the data with some information coming out of SQL Server, and puts the results into another topic.  Today's post will create a consumer which answers the questions we had at the…

Advertisement