Design Auction House to process the incoming bid messages
Event Driven Design Strategy-All incoming messages will be treated as events and based on the action field in the incoming message respective service would be invoked and data would be processed as per the Business rules defined.
1.OpenJDK11 2.SpringBoot 3.Maven v3.6.3 4.Junit5