December 2021
Intermediate to advanced
400 pages
12h 27m
English
Part 2 focuses on Pulsar’s built-in serverless computing framework, known as Pulsar Functions, and how it can be used to provide stream processing capabilities without requiring an additional computational framework, such as Apache Flink or Kafka Streams. This type of serverless stream processing is also referred to as stream-native processing and has a broad range of applications—from real-time ETL and event-driven programming to microservices development and real-time machine learning.
After covering the basics of the Pulsar Functions framework, I spend a good amount of time focusing on how to properly secure your Pulsar cluster to ensure that all your data is kept safely away from prying eyes. Lastly, ...