Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Might want to pick up the healthcheck from Salt #8

Open
j-baker opened this issue Apr 28, 2016 · 1 comment
Open

Might want to pick up the healthcheck from Salt #8

j-baker opened this issue Apr 28, 2016 · 1 comment

Comments

@j-baker
Copy link

j-baker commented Apr 28, 2016

Internally, Salt has something similar.

In our case, we firstly validate that the version is in fact a version (i.e. matches \d+.\d+.\d+.*).

We then also provide a Dropwizard Healthcheck which validates that your API is running against a compatible server version (using semver rules).

Not sure whether this is something you'd like to pull in here.

@qinfchen
Copy link
Contributor

qinfchen commented May 2, 2016

@j-baker do you guys use feign clients? how do you guys handle multiple interface inheritance?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants