summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-01-27 15:02:50 +0100
committerJon Marius Venstad <venstad@gmail.com>2021-01-27 15:02:50 +0100
commit823c34b6b8ab549359b1a35716df94bc31ec5f21 (patch)
treec9245b5ea6b11ae8253a42516565c287a3b472ff /configdefinitions
parent1d9d88b38c5cf8f14e17a511a6fe72cabbb9be85 (diff)
Move .def to relevant module
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/document-protocol-policies.def25
1 files changed, 0 insertions, 25 deletions
diff --git a/configdefinitions/src/vespa/document-protocol-policies.def b/configdefinitions/src/vespa/document-protocol-policies.def
deleted file mode 100644
index ace4f254821..00000000000
--- a/configdefinitions/src/vespa/document-protocol-policies.def
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-namespace=documentapi.messagebus.protocol
-
-##
-## Super config for all policies in the document protocol, keyed by content cluster ids.
-## Note: ContentPolicy also uses the "distribution" config.
-##
-
-#
-# Config used by MessageTypeRouteSelectorPolicy
-#
-# Default route if no override is set for a type.
-cluster{}.defaultRoute string
-
-# The name of the route.
-cluster{}.route[].name string
-
-# The document protocol message type triggering this route.
-cluster{}.route[].messageType int
-
-#
-# Config used by DocumentRouteSelectorPolicy
-#
-# The document selector for this cluster route.
-cluster{}.selector string