aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-core/src/main/resources/configdefinitions/vespaclient.config.feeder.def
blob: b577f5c5cf786888a2f630734b27ad3e006cb3d1 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Copyright Vespa.ai. 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

## Prefix each document id with this string.
idprefix string default=""

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

## Max number of bytes in pending operations.
maxpendingbytes int default=0

## Max number of busy threads
maxbusythreads int default=150

## 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

## Delay between retries.
retrydelay double default=1

## 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

## Default docproc chain to run
docprocchain string default=""

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