AirVantage / sbulb

UDP load balancer prototype using bcc (XDP/Bpf)
36 stars 9 forks source link

Being able to change configuration without restart #3

Closed sbernard31 closed 5 years ago

sbernard31 commented 5 years ago

The idea would be to :

  1. give a file in parameter.
  2. watch for file modification
  3. update configuration accordingly.

The targeted setting is mainly all about real server, to be able to handle real server redeployment.

sbernard31 commented 5 years ago

Fixed by #10.