Change logsDirs to correctly use persistent disk as per README.

This commit is contained in:
Osvald Ivarsson
2019-09-23 16:56:06 +02:00
parent 04788dee14
commit bf127f01e4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ logSegmentBytes: _1073741824
logMessageFormatVersion: ""
## A comma separated list of directories under which to store log files.
logsDirs: /opt/bitnami/kafka/data
logsDirs: /bitnami/kafka/data
## The largest record batch size allowed by Kafka
maxMessageBytes: _1000012
+1 -1
View File
@@ -149,7 +149,7 @@ logSegmentBytes: _1073741824
logMessageFormatVersion: ""
## A comma separated list of directories under which to store log files.
logsDirs: /opt/bitnami/kafka/data
logsDirs: /bitnami/kafka/data
## The largest record batch size allowed by Kafka
maxMessageBytes: _1000012