Example
In this lesson, we'll look at an example of asynchronous communication with Atom.
Introduction #
The example can be found at https://github.com/ewolff/microservice-atom.
The example for Atom is analogous to the example in the Kafka chapter and is based on the example for events from chapter 6.
- The ordering system creates orders.
- Based on the data in the order, the invoicing microservice creates invoices.
- The shipping microservice creates deliveries.
The data models and database schemas are identical to the Kafka example. Only the communication is now done via Atom.
Get hands-on with 1200+ tech skills courses.