-
Notifications
You must be signed in to change notification settings - Fork 654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fuseki] Reloadable configuration files #2462
Comments
Hello Andy, this feature is very welcome, thanks for implementing! Some ideas:
|
Can't Fuseki simply detect when the config file changes? I think ontop is able to do that. Looks like something called |
|
I've used Apache Commons IO Monitor APIs for watching the configuration file in the past. Though as @flange-ipb says it can be quite unreliable especially when running in a containerised environment For example in a K8S environment where the config file is coming from a |
That functionality could be achieved by creating a custom |
Version
5.0.0 dev
Feature
Add a server action that reloads the services defined in a configuration file and replace the server data services configuration with zero-downtime, no HTTP request lost or aborted while the server is running.
This allows:
This is a subset of the configuration file capabilities. Some changes still require a server restart.
Limitation: transient data (in-memory, data loaded via HTTP) may be lost.
Are you interested in contributing a solution yourself?
Yes
The text was updated successfully, but these errors were encountered: