Web Engineering 2015-2016 / Microservices

Please, go to the Wiki in order to get the instructions for this assignment.

##1. The two microservices are running and regitered

Account Microservice

Account Microservice

WebService Microservice

Web Microservice

##2. The service registration service has the two microservices registered Registration Microservice

##3. A second account microservice is running in the port 4444 and it is registered Account Microservice

##4. A brief report describing what happens when you kill the microservice with port 2222. When you kill the Account Microservice in the port 2222, the WebService MicroService shows 'Connection Refused' errors when you try to do an operation.

When the WebService realizes the AccountService is down, he ask to RegistrationService another AccountService in other port. After that, you can do operation, again.