File: test.conf.example

package info (click to toggle)
librdkafka 2.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,912 kB
  • sloc: ansic: 146,572; cpp: 13,007; sh: 4,018; python: 2,470; makefile: 606; java: 181
file content (27 lines) | stat: -rw-r--r-- 681 bytes parent folder | download | duplicates (7)
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
# Copy this file to test.conf and set up according to your configuration.

#
# Test configuration
#
# For slow connections: multiply test timeouts by this much (float)
#test.timeout.multiplier=3.5

# Test topic names are constructed by:
#  <prefix>_<suffix>, where default topic prefix is "rdkafkatest".
# suffix is specified by the tests.
#test.topic.prefix=bib

# Make topic names random:
#  <prefix>_<randomnumber>_<suffix>
#test.topic.random=true

# Write test results to sqlite3 database
#test.sql.command=sqlite3 rdktests

# Bootstrap broker(s)
metadata.broker.list=localhost:9092

# Debugging
#debug=metadata,topic,msg,broker

# Any other librdkafka configuration property.