diff options
Diffstat (limited to 'fluent-bit/lib/librdkafka-2.1.0/win32/tests/test.conf.example')
-rw-r--r-- | fluent-bit/lib/librdkafka-2.1.0/win32/tests/test.conf.example | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/fluent-bit/lib/librdkafka-2.1.0/win32/tests/test.conf.example b/fluent-bit/lib/librdkafka-2.1.0/win32/tests/test.conf.example new file mode 100644 index 00000000..ef0b5475 --- /dev/null +++ b/fluent-bit/lib/librdkafka-2.1.0/win32/tests/test.conf.example @@ -0,0 +1,25 @@ +# 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 + + +# Bootstrap broker(s) +metadata.broker.list=localhost:9092 + +# Debugging +#debug=metadata,topic,msg,broker + +# Any other librdkafka configuration property. |