From a20eb6eab5fe27128055f0f88166eec05e0413ac Mon Sep 17 00:00:00 2001 From: Arne H Juul Date: Fri, 26 Aug 2016 15:18:27 +0200 Subject: subscribe to ranking constants config * move the .def file for filedistributorrpc to fileacquirerer, and compile a minimal C++ library from it that can be used by both searchcore and file distribution * proton now subscribes to filedistributorrpc as a bootstrap config * and subscribes to ranking-constants as part of the documentdb config * when loading a config snapshot, make an empty ranking-constants.cfg if it did not already exist --- .../src/main/resources/configdefinitions/filedistributorrpc.def | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fileacquirer/src/main/resources/configdefinitions/filedistributorrpc.def (limited to 'fileacquirer/src/main/resources/configdefinitions/filedistributorrpc.def') diff --git a/fileacquirer/src/main/resources/configdefinitions/filedistributorrpc.def b/fileacquirer/src/main/resources/configdefinitions/filedistributorrpc.def new file mode 100644 index 00000000000..ceadd8ae8c8 --- /dev/null +++ b/fileacquirer/src/main/resources/configdefinitions/filedistributorrpc.def @@ -0,0 +1,3 @@ +# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +namespace=cloud.config.filedistribution +connectionspec string -- cgit v1.2.3