October 2020
Beginner to intermediate
448 pages
13h 6m
English
This chapter covers
Creating an Event Hub
Configuring partitions and throughput units
Saving messages to disk
Accessing Event Hubs
In the previous chapters, you learned about services that can store the potentially limitless volumes of data generated by modern applications. These services support the speed and batch layers of the Lambda architecture. Data storage forms both sources and outputs for data, and queries to answer user questions.
In this chapter, you’ll learn about another Azure data source. Event Hubs exposes a high-throughput endpoint for ingesting and serving event messages. Events messages record the activities of modern applications as a time-based series of event data. Producers ...
Read now
Unlock full access