-
Book Overview & Buying
-
Table Of Contents
Apache Kafka 1.0 Cookbook
By :
The first two chapters were focused on how to build a Kafka cluster, run a producer, and run a consumer. Now that we have a producer of events, we will process those events.
In a nutshell, event processing takes one or more events from an event stream and applies actions to those events. In general, an enterprise service bus has commodity services, the most common services are the following:
The operation of processing events involves the following:
This chapter is about message validation, the following chapters will be about enrichment and composition.
Before going into a concrete recipe, let's present a case study. Imagine that we are modeling the systems of Doubloon, a fictional company dedicated to cryptocurrency...