stripe/veneur

Conflicting documentation

andrewa-stripe opened this issue · 0 comments

# Numbers larger than 1 will enable the use of SO_REUSEPORT, make sure
# this is supported on your platform!
num_workers: 96
num_readers: 1

veneur/example.yaml

Lines 186 to 195 in 3cec7b5

# Adjusts the number of metrics workers across which Veneur will
# distribute aggregation. More decreases contention but has
# diminishing returns. The default value is 1, no parallel ingestion
# of metrics.
num_workers: 96
# Adjusts the number of listening goroutines on any UDP listener
# (statsd and SSF). Numbers larger than 1 will enable the use of
# SO_REUSEPORT, so make sure this is supported on your platform!
num_readers: 1

which field relates to SO_REUSEPORT requirements?