Ottomata has uploaded a new change for review.

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

Change subject: Disable kafka auto create topics until we are ready for 
eventlogging on Kafka
......................................................................

Disable kafka auto create topics until we are ready for eventlogging on Kafka

This will make it easier to have stricter control over Kafka topic creation
while we are in the process of upgrading and expanding the Kafka cluster.

Change-Id: I6ffb6129700ce4b6c77ff9d517e1bb7bd3cede14
---
M manifests/role/analytics/kafka.pp
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/54/230554/1

diff --git a/manifests/role/analytics/kafka.pp 
b/manifests/role/analytics/kafka.pp
index f168878..89b870f 100644
--- a/manifests/role/analytics/kafka.pp
+++ b/manifests/role/analytics/kafka.pp
@@ -149,7 +149,8 @@
 
         # Enable auto creation of topics.
         # This will be used for eventlogging-kafka
-        auto_create_topics_enable       => true,
+        # (Disable this until we are ready for eventlogging-kafka).
+        auto_create_topics_enable       => false,
         default_replication_factor      => min(3, size($brokers_array)),
         # Start with a low number of (auto created) partitions per
         # topic.  This can be increased manually for high volume

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6ffb6129700ce4b6c77ff9d517e1bb7bd3cede14
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