Publish The Ride Started 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 continuing work from their previous exercise. They will be using the framework they built in order to start publishing an event to their Outbox Table. They will implement the RideStarted event. When a ride is initiated by the Ride Service, they will publish the event to the Outbox Table. They will run the application and verify that it behaves correctly when a ride is started. Learn more about CockroachDB by signing up for free training at Cockroach University: https://university.cockroachlabs.com/ 00:00 Creating a ride started event 03:56 What is the start ride method?