kalisio/feathers-distributed

View on GitHub
README.md

Summary

Maintainability
Test Coverage

TODO found
Open

This launches a gateway and two replicas of the microservice. Wait a couple of seconds so that each app is aware of other apps on the network, then open the *example/index.html* file in your browser. If you refresh it regularly, you should see a TODO coming from a different microservice in a random way (i.e. its ID should be different sometimes).
Severity: Minor
Found in README.md by fixme

TODO found
Open

This launches a gateway ( `gateway` Docker service) and two replicas of the microservice (`service1` and `service2` Docker services). If you open the *example/index.html* file in your browser, then refresh it regularly, you should also see a TODO coming from a different microservice in a random way (i.e. its ID should be different sometimes).
Severity: Minor
Found in README.md by fixme

TODO found
Open

You can then try to kill one of the service replicas, e.g. `docker-compose stop service1`. Now if you refresh the page regularly you should always see the same TODO as the failed service should not be contacted anymore.
Severity: Minor
Found in README.md by fixme

TODO found
Open

If you kill the latest service replica, e.g. `docker-compose stop service2`, you should see a timeout on refresh. Then if you restart the service, e.g. `docker-compose start service2`, the TODO should come back on refresh.
Severity: Minor
Found in README.md by fixme

There are no issues that match your filters.

Category
Status