jonmorehouse / gatekeeper

a pluggable http routing runtime
12 stars 1 forks source link

MySQL upstream backend #40

Closed jonmorehouse closed 8 years ago

jonmorehouse commented 8 years ago

It'd be pretty nice for an upstream backend to expose itself as an api and accept 4 simple endpoints to add and remove up streams and backends

Specifically we'd probably add in a timer which triggers an update of the api each minute ensuring that we are keeping each instance in sync with other instances of gatekeeper

jonmorehouse commented 8 years ago

This probably should be its own project though. One of the nice things about this is it gives us the awesome flexibility of service discovery and routing but with a standard tool that is super easy to use

jonmorehouse commented 8 years ago

This is being implemented in #55

jonmorehouse commented 8 years ago

Also - keeping this in the current code base 👍