summaryrefslogtreecommitdiffstats
path: root/vespaclient-core/src/main/resources/configdefinitions/feeder.def
blob: e138be715d56ea2942744243af8a8342316f54d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=vespaclient.config

## Whether or not to abort if there are document-related errors.
## Value 'false' will skip bad documents, but still abort on other errors.
abortondocumenterror bool default=true

## Whether or not to abort if there are errors sending messages to Vespa
abortonsenderror bool default=true

## Max number of pending operations.
maxpendingdocs int default=0

## Max number of operations to perform per second (0 == no max)
maxfeedrate double default=0.0

## Whether or not retrying is enabled.
retryenabled bool default=true

## Timeout for messagebus operations.
timeout double default=180

## Route to feed documents on
route string default="default"

## Trace level for messages
tracelevel int default=0

## Messagebus port to start source session on
mbusport int default=-1

## Whether or not to set create-if-non-existent flag on all document updates handled by a feeder.
createifnonexistent bool default=false