Ottomata has submitted this change and it was merged.

Change subject: Cleaned up the conf.example
......................................................................


Cleaned up the conf.example

Change-Id: I3f868c0841ebbeab9fb7be3f3c1ce64b22f380d5
---
M varnishkafka.conf.example
1 file changed, 2 insertions(+), 10 deletions(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved



diff --git a/varnishkafka.conf.example b/varnishkafka.conf.example
index 144a85e..e10a7df 100644
--- a/varnishkafka.conf.example
+++ b/varnishkafka.conf.example
@@ -122,9 +122,6 @@
 # Defaults to 0.
 sequence.number = time
 
-# FUTURE: read last sequence number from file to allow restarts
-#sequence.file = /var/spool/varnishkafka.seq
-
 
 #
 # varnishkafka log messages configuration
@@ -142,11 +139,6 @@
 
 # daemonize varnishkafka (boolean)
 daemonize = false
-
-
-# vaktl socket path
-# FIXME: not implemented
-#vaktl.path = /var/run/varnishkafka.vaktl
 
 
 #######################################################################
@@ -178,7 +170,7 @@
 #                                                                     #
 # For the full range of Kafka handle and topic configuration          #
 # properties, see:                                                    #
-#  https://github.com/edenhill/librdkafka/blob/0.8-wip/rdkafka.h      #
+#  https://github.com/edenhill/librdkafka/blob/master/rdkafka.h       #
 #                                                                     #
 # And the Apache Kafka configuration reference:                       #
 #  http://kafka.apache.org/08/configuration.html                      #
@@ -186,7 +178,7 @@
 #######################################################################
 
 # Initial list of kafka brokers
-metadata.broker.list = localhost:9091
+metadata.broker.list = localhost:9092
 
 # Maximum number of messages allowed on the local producer queue
 queue.buffering.max.messages = 1000000

-- 
To view, visit https://gerrit.wikimedia.org/r/85648
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I3f868c0841ebbeab9fb7be3f3c1ce64b22f380d5
Gerrit-PatchSet: 1
Gerrit-Project: operations/software/varnish/varnishkafka
Gerrit-Branch: master
Gerrit-Owner: Edenhill <mag...@edenhill.se>
Gerrit-Reviewer: Ottomata <o...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to