summaryrefslogtreecommitdiff
path: root/test/resources/kafka.properties
diff options
context:
space:
mode:
Diffstat (limited to 'test/resources/kafka.properties')
-rw-r--r--test/resources/kafka.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/resources/kafka.properties b/test/resources/kafka.properties
index d42c097..f8732fb 100644
--- a/test/resources/kafka.properties
+++ b/test/resources/kafka.properties
@@ -32,7 +32,8 @@ socket.request.max.bytes=104857600
############################# Log Basics #############################
log.dir={tmp_dir}/data
-num.partitions=2
+num.partitions={partitions}
+default.replication.factor={replicas}
############################# Log Flush Policy #############################