CockroachDB Videos
← Back to all videos

Publish The Ride Ended Event

2021-12-06

Uncategorized

Description

This is an exercise from the Cockroach University course “Event-Driven Architecture with Java”. In this exercise, students will be practicing the techniques they learned in previous exercises. They will be implementing a new event named “RideEnded” and then pushing it through the system following the same paths that they built for the “RideStarted” event. They will define and publish the event in the Rides Service. They will define and consume the event in the Vehicles Service. They will verify that a Vehicle is checked back in when the corresponding ride is completed. Learn more about CockroachDB by signing up for free training at Cockroach University: https://university.cockroachlabs.com/ 00:00 How to implement a second event in a distributed system