Skip to content

Move load balancing configuration into a dedicated class

Yorick Peterse requested to merge yorick/load-balancing-config-class into master

What does this MR do?

This moves load balancing configuration settings, such as the replication lag settings, into a dedicated class. This allows us to scope load balancer settings to load balancer instances, instead of being forced to use global settings. This in turn will make it easier to always enable the load balancing code, and to eventually support load balancing of multiple databases.

Does this MR meet the acceptance criteria?

Conformity

Edited by Yorick Peterse

Merge request reports