Take router reconfiguration into use
The router parameters can now be reconfigured at runtime if the router supports it. Both MaxAdmin and the REST API support it.
This commit is contained in:
@ -135,6 +135,15 @@ void service_update(SERVICE *service, char *router, char *user, char *auth);
|
||||
*/
|
||||
void service_add_parameters(SERVICE *service, const MXS_CONFIG_PARAMETER *param);
|
||||
|
||||
/**
|
||||
* @brief Replace service parameter
|
||||
*
|
||||
* @param service Service to modify
|
||||
* @param key Parameter name
|
||||
* @param value Parameter value
|
||||
*/
|
||||
void service_replace_parameter(SERVICE *service, const char* key, const char* value);
|
||||
|
||||
/**
|
||||
* @brief Set listener rebinding interval
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user