1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-30 07:23:07 +03:00

Provider options module

This commit introduces provider_options module which
acts as a proxy between application and wsrep provider
library.
When initialized, the provider options are read from the
provider through config service api extension. A lookup
table with current values and defaults is constructed.

Parameter names are mapped so that dots in provider parameter
names are transformed to underscores.
This commit is contained in:
Teemu Ollakka
2021-02-09 15:17:12 +02:00
committed by Daniele Sciascia
parent 344544df3e
commit 453b81c6a7
7 changed files with 650 additions and 3 deletions