May 2017
Beginner to intermediate
596 pages
15h 2m
English
The usage of this technology (Apache Kafka) in the purview of SCV can be summarized very well by this figure:

In this chapter, we looked at the publishing, message broker and consuming aspects of information. In the previous chapter, we used Kafka both as a channel as well as a sink. While using Kafka as a channel, it was acting both as a producer as well as a consumer; while using Kafka as a sink it was more of doing a producer function.
What this basically means is that we intend to use Kafka more as a message broker and as a channel so that we can ...