jonmorehouse / gatekeeper

a pluggable http routing runtime
12 stars 1 forks source link

plugin: mysql-upstreams-api #55

Closed jonmorehouse closed 8 years ago

jonmorehouse commented 8 years ago

Introducing an upstream plugin which exposes an API through gatekeeper allowing for registration of services and backends via HTTP.

Specifically, this does the following:

jonmorehouse commented 8 years ago

Oh yeah - fixed a bug in the plugin/upstream code base where we were calling Stop() twice on each upstream plugin.

Tests coming soon!!!

jonmorehouse commented 8 years ago

A few notes so I don't forget: