Merge pull request #1394 from EmilienMottet/develop

fix mistake in comment
This commit is contained in:
Nicolas Hennion 2019-01-19 15:53:49 +01:00 committed by GitHub
commit 156eb61752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ class Export(GlancesExport):
# Optionals configuration keys
self.compression = None
# Load the Cassandra configuration file section
# Load the Kafka configuration file section
self.export_enable = self.load_conf('kafka',
mandatories=['host', 'port', 'topic'],
options=['compression'])