yyyar / gobetween

:cloud: Modern & minimalistic load balancer for the Сloud era
http://gobetween.io
Other
1.94k stars 211 forks source link

Ability to update backends via Rest #255

Open KnicKnic opened 4 years ago

KnicKnic commented 4 years ago

I want this so that I can mutate backends without using discovery. This will allow me to convert polling based discovery into push based discovery.

It also simplifies the ability to use gobetween as a library as a user can use the manager package directly (without going through rest api). See https://github.com/yyyar/gobetween/issues/246. There is a related ask of ability to programatically mutate in the kubernetes discovery issue https://github.com/yyyar/gobetween/issues/30#issuecomment-467807049

nickdoikov commented 4 years ago

@yyyar @illarion as far as i remember we have disabled that due to a consistency purposes?