CMSBooking API is equivalent to the SeatAvailability Aggregage in cqrs-journey. Responsibilities include
Maintain Seats for each conference
Allow allocation of a seat to the attendee
Start process of booking when an order is ready
Reject a booking if the seats are not available
This project is to implement cqrs-journey using microservices. Hence many design decisions made in cqrs-journey may not be relevant. However the prime pattern and learning of cqrs-journey will be adopted. Below is the approach used in cqrs-journey added here only for reference.
Reference -
CMSBooking API is equivalent to the SeatAvailability Aggregage in cqrs-journey. Responsibilities include
This project is to implement cqrs-journey using microservices. Hence many design decisions made in cqrs-journey may not be relevant. However the prime pattern and learning of cqrs-journey will be adopted. Below is the approach used in cqrs-journey added here only for reference. Reference -
The differences will be described soon in wiki.