aboutsummaryrefslogtreecommitdiffstats
path: root/zkfacade/abi-spec.json
Commit message (Collapse)AuthorAgeFilesLines
* Let Curator own re-entrant locksMartin Polden2020-04-141-0/+1
|
* use abi checker on config model apiandreer2020-01-211-1/+1
| | | | | this will make any model changes obviously explicit in the change log, hopefully leading to less build breaking changes (like mine yesterday).
* Set TLS config for client based on VESPA_USE_TLS_FOR_ZOOKEEPER_CLIENTHarald Musum2019-12-051-1/+0
|
* Prepare for supporting zokeeper client config fileHarald Musum2019-12-041-0/+1
|
* Create VespaZooKeeperServer interface and use where appropriateHarald Musum2019-10-241-1/+1
|
* Add constructor without ZooKeeperServer argument, for testingHarald Musum2019-10-161-0/+1
| | | | Will be used by code in internal repo, so needs to be public
* Update abi specJon Marius Venstad2019-05-281-2/+2
|
* Cache flags DBHåkon Hallingstad2019-01-261-0/+1
| | | | | | | | | Up until now every lookup of a flag on ZooKeeperFlagSource would hit ZooKeeper. Flags are ideal for caching: Changes seldom, little data, clients should handle short-lived inconsistencies. This PR will make the backing FlagsDbImpl cache the /flags/v1 ZK directory and completes the optimization of ConfigServerFlagSource.
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-091-0/+110
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-041-110/+0
|
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-181-0/+110