A software system can be said to be functional if it can handle user requests quickly and correctly. As the number of users on the system increases, there is a certain limit to which the system can handle the processed requests. Microservice is an architecture designed to cope with high usage, because it is designed to divide the user request process into smaller focuses. Event-driven is one of…