Skip to content

Commit d36ba6f

Browse files
committed
Fixed tab -> spaces in yaml conf
1 parent e3ee04e commit d36ba6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-kafka/kafka.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ driverClass: io.openmessaging.benchmark.driver.kafka.KafkaBenchmarkDriver
2626
replicationFactor: 3
2727

2828
topicConfig: |
29-
min.insync.replicas=2
29+
min.insync.replicas=2
3030
3131
commonConfig: |
3232
bootstrap.servers=localhost:9092

0 commit comments

Comments
 (0)