Console
Database DDL hot loading
Luwak supports DDL hot loading.
If the database structure running online is modified, just notify Luwak to reload without restarting Luwak.
The method is to access:
http://localhost:23000/hot_reload/db_ddl/{dbName}
Replace {dbName}
with the name of the database that needs to be reloaded.
System configuration hot loading
Luwak also supports configuration hot reloading.
If the configuration file is modified while running online, just notify Luwak to reload without restarting Luwak.
The method is to access:
http://localhost:23000/hot_reload/sys_config