8 Pulsar Functions patterns
This chapter covers
-
Designing an application based on Pulsar Functions
-
Implementing well-established messaging patterns using Pulsar Functions
In the previous chapter, I introduced a hypothetical food delivery service named GottaEat and outlined the basic order entry use case in which customers place orders with the company’s mobile application. As you may recall, the first microservice in that process was the OrderValidationService, which is responsible for ensuring that the order is valid before forwarding the order to the drivers for delivery if it is valid or notifying the customer of any errors with the order.
However, the term validate is a bit more complicated than merely ensuring all of the fields are ...
Get Apache Pulsar in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.