Blame tests/test.conf.example

Packit 2997f0
# Copy this file to test.conf and set up according to your configuration.
Packit 2997f0
Packit 2997f0
#
Packit 2997f0
# Test configuration
Packit 2997f0
#
Packit 2997f0
# For slow connections: multiply test timeouts by this much (float)
Packit 2997f0
#test.timeout.multiplier=3.5
Packit 2997f0
Packit 2997f0
# Test topic names are constructed by:
Packit 2997f0
#  <prefix>_<suffix>, where default topic prefix is "rdkafkatest".
Packit 2997f0
# suffix is specified by the tests.
Packit 2997f0
#test.topic.prefix=bib
Packit 2997f0
Packit 2997f0
# Make topic names random:
Packit 2997f0
#  <prefix>_<randomnumber>_<suffix>
Packit 2997f0
#test.topic.random=true
Packit 2997f0
Packit 2997f0
# Write test results to sqlite3 database
Packit 2997f0
#test.sql.command=sqlite3 rdktests
Packit 2997f0
Packit 2997f0
# Bootstrap broker(s)
Packit 2997f0
metadata.broker.list=localhost:9092
Packit 2997f0
Packit 2997f0
# Debugging
Packit 2997f0
#debug=metadata,topic,msg,broker
Packit 2997f0
Packit 2997f0
# Any other librdkafka configuration property.