aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/storage/upstream/zen.cpp
Commit message (Collapse)AuthorAgeFilesLines
* hub consul integration (#820)Dan Engelbrecht9 days1-1/+1
| | | | | | | | - Feature: Basic consul integration for zenserver hub mode, restricted to host local consul agent and register/deregister of services - Feature: Added new options to zenserver hub mode - `consul-endpoint` - Consul endpoint URL for service registration (empty = disabled) - `hub-base-port-number` - Base port number for provisioned instances - `hub-instance-limit` - Maximum number of provisioned instances for this hub - `hub-use-job-object` - Enable the use of a Windows Job Object for child process management (Windows only)
* Ensure upstream put propagation includes overwritezousar2025-12-191-0/+14
| | | | When changing the default limit-overwrite behavior, a unit test surfaced a bug where an put of data with overwrite cache policy would not get propagated via zen's built-in upstream mechanism with a matching overwrite cache policy to the upstream. This change ensures that it does and leaves the unit test configured to exercise this scenario.
* move all storage-related services into storage tree (#571)Stefan Boberg2025-10-141-0/+251
* move all storage-related services into storage tree * move config into config/ * also move admin service into storage since it mostly has storage related functionality * header consolidation