ehazlett / stellar

Simplified Container System
MIT License
1.14k stars 35 forks source link

Proxy has unnecessary reloads #5

Closed ehazlett closed 6 years ago

ehazlett commented 6 years ago

There is an issue with the update detection that causes the proxy service to reload often. There is no apparent negative effects as the reloads are cheap but it should be improved. Perhaps switch to a cluster event system for notifications.

crosbymichael commented 6 years ago

You should make a general use proxy configured over GRPC so I can use it programmatically

ehazlett commented 6 years ago

The proxy service is GRPC now but pretty limited. I make it general purpose :)