Ottomata has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/401580 )

Change subject: Mirror Kafka 1.0 from confluent in stretch and use 1.0 protocol 
version
......................................................................

Mirror Kafka 1.0 from confluent in stretch and use 1.0 protocol version

This only applies to not yet productionized kafka-jumbo cluster

Change-Id: Ia52ccbd70475d3c3df9f2c08af37a87f69158692
---
M modules/aptrepo/files/updates
M modules/profile/manifests/kafka/broker.pp
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/80/401580/1

diff --git a/modules/aptrepo/files/updates b/modules/aptrepo/files/updates
index f05447a..e5381fe 100644
--- a/modules/aptrepo/files/updates
+++ b/modules/aptrepo/files/updates
@@ -152,13 +152,13 @@
 ListShellHook: grep-dctrl -e -P '^confluent-kafka-2\.11\.7$' || [ $? -eq 1 ]
 
 Name: confluent-stretch
-Method: http://packages.confluent.io/deb/2.0
+Method: http://packages.confluent.io/deb/4.0
 Components: main>thirdparty/confluent
 UDebComponents:
 Suite: stable
 Architectures: amd64
 VerifyRelease: 670540C841468433
-ListShellHook: grep-dctrl -e -P '^confluent-kafka-2\.11\.7$' || [ $? -eq 1 ]
+ListShellHook: grep-dctrl -e -P '^confluent-kafka-2\.11' || [ $? -eq 1 ]
 
 Name: docker
 Method: http://apt.dockerproject.org/repo
diff --git a/modules/profile/manifests/kafka/broker.pp 
b/modules/profile/manifests/kafka/broker.pp
index 49fce04..019c994 100644
--- a/modules/profile/manifests/kafka/broker.pp
+++ b/modules/profile/manifests/kafka/broker.pp
@@ -268,7 +268,7 @@
         offsets_topic_replication_factor => min(3,  
$config['brokers']['size']),
         # TODO: This can be removed once it is a default
         # in ::confluent::kafka module
-        inter_broker_protocol_version    => '0.11.0',
+        inter_broker_protocol_version    => '1.0',
         # Use Kafka/LinkedIn recommended settings with G1 garbage collector.
         # https://kafka.apache.org/documentation/#java
         # Note that MetaspaceSize is a Java 8 setting.

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

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

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

Reply via email to