Ottomata has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/77973


Change subject: Updating .properties files with recent 0.8 branch zookeeper 
property name change.
......................................................................

Updating .properties files with recent 0.8 branch zookeeper property name 
change.

Change-Id: Ibe2bed32e3f9b6033e9e65197fa8dde753753668
---
M templates/consumer.properties.erb
M templates/server.properties.erb
2 files changed, 8 insertions(+), 13 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet/kafka 
refs/changes/73/77973/1

diff --git a/templates/consumer.properties.erb 
b/templates/consumer.properties.erb
index 6fa06ef..28aff16 100644
--- a/templates/consumer.properties.erb
+++ b/templates/consumer.properties.erb
@@ -4,18 +4,13 @@
 # see kafka.consumer.ConsumerConfig for more details
 #
 
-# Zk connection string (see zk docs for details).
-# This is a comma separated host:port pairs, each corresponding to a zk
-# server. e.g. "127.0.0.1:3000,127.0.0.1:3001,127.0.0.1:3002".
-# You can also append an optional chroot string to the urls to specify the
-# root directory for all kafka znodes.
-zk.connect=<%= @zookeeper_hosts.sort.join(',') %>
-
-# Timeout in ms for connecting to zookeeper
-zk.connection.timeout.ms=<%= @zookeeper_connection_timeout_ms %>
+# Zookeeper connection string
+# comma separated host:port pairs, each corresponding to a zk
+# server. e.g. "127.0.0.1:3000,127.0.0.1:3001,127.0.0.1:3002"
+zookeeper.connect=<%= @zookeeper_hosts.sort.join(',') %>
 
 # timeout in ms for connecting to zookeeper
-zk.connection.timeout.ms=<%= @zookeeper_connection_timeout_ms %>
+zookeeper.connection.timeout.ms=<%= @zookeeper_connection_timeout_ms %>
 
 #consumer group id
 group.id=<%= @consumer_group_id %>
diff --git a/templates/server.properties.erb b/templates/server.properties.erb
index 3fe0346..b3f9714 100644
--- a/templates/server.properties.erb
+++ b/templates/server.properties.erb
@@ -93,15 +93,15 @@
 
 ############################# Zookeeper #############################
 
-# Zk connection string (see zk docs for details).
+# Zookeeper connection string (see zookeeper docs for details).
 # This is a comma separated host:port pairs, each corresponding to a zk
 # server. e.g. "127.0.0.1:3000,127.0.0.1:3001,127.0.0.1:3002".
 # You can also append an optional chroot string to the urls to specify the
 # root directory for all kafka znodes.
-zk.connect=<%= @zookeeper_hosts.sort.join(',') %>
+zookeeper.connect=<%= @zookeeper_hosts.sort.join(',') %>
 
 # Timeout in ms for connecting to zookeeper
-zk.connection.timeout.ms=<%= @zookeeper_connection_timeout_ms %>
+zookeeper.connection.timeout.ms=<%= @zookeeper_connection_timeout_ms %>
 
 <% if @metrics_dir -%>
 ############################# Kafka Metrics Reporter 
############################

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibe2bed32e3f9b6033e9e65197fa8dde753753668
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet/kafka
Gerrit-Branch: master
Gerrit-Owner: Ottomata <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to