aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/consul/consul.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix consult no health check mode registrationDan Engelbrecht5 hours1-8/+10
|
* don't register health intervalls in consul during provisioning, set when ↵Dan Engelbrecht5 hours1-2/+8
| | | | provision is complete
* add --consul-health-interval-seconds and --consul-deregister-after-secondsDan Engelbrecht7 hours1-0/+14
|
* early consul registrationDan Engelbrecht8 hours1-1/+3
|
* Zs/consul token (#870)Zousar Shaker6 days1-12/+54
| | | - Feature: Added support for consul token passed via environment variable, and specified a default env var name of CONSUL_HTTP_TOKEN for it in hub mode
* hub consul integration (#820)Dan Engelbrecht2026-03-111-4/+247
| | | | | | | | - 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)
* consul package and basic client added (#716)Stefan Boberg2026-01-191-0/+140
* this adds a consul package which can be used to fetch a consul binary * it also adds a `ConsulProcess` helper which can be used to spawn and manage a consul service instance * zencore dependencies brought across: - `except_fmt.h` for easer generation of formatted exception messages - `process.h/cpp` changes (adds `Kill` operation and process group support on Windows) - `string.h` changes to allow generic use of `WideToUtf8()`