1# Copy this file to test.conf and set up according to your configuration.
2
3#
4# Test configuration
5#
6# For slow connections: multiply test timeouts by this much (float)
7#test.timeout.multiplier=3.5
8
9# Test topic names are constructed by:
10#  <prefix>_<suffix>, where default topic prefix is "rdkafkatest".
11# suffix is specified by the tests.
12#test.topic.prefix=bib
13
14# Make topic names random:
15#  <prefix>_<randomnumber>_<suffix>
16#test.topic.random=true
17
18
19# Bootstrap broker(s)
20metadata.broker.list=localhost:9092
21
22# Debugging
23#debug=metadata,topic,msg,broker
24
25# Any other librdkafka configuration property.
26