kalisio / feathers-distributed

Distribute your Feathers services as microservices
MIT License
141 stars 26 forks source link

Healthcheck services should not be distributed #126

Closed claustres closed 1 year ago

claustres commented 1 year ago

Steps to reproduce

Launch an app with a healthcheck configuration healthcheckPath: 'xxx'. Then launch a remote app consuming services from the first app.

Expected behavior

Healthcheck services should not be distributed as it does not make sense. Indeed, this services are used to check the health of remote apps from the point of view of the app itself.

Actual behavior

Healthcheck services are distributed.

System configuration

Tell us about the applicable parts of your setup.

Module versions (especially the part that's not working): v2.2.1

NodeJS version: 16

Operating System: Linux Debian