Ottomata has uploaded a new change for review.

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

Change subject: Move eventbus topic config from operations/puppet to this repo
......................................................................

Move eventbus topic config from operations/puppet to this repo

Change-Id: Id50eaa554b9c0dfa29fcaa82fe633561e8593dc5
---
A config/eventbus-topics.yaml
1 file changed, 28 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/event-schemas 
refs/changes/88/280088/1

diff --git a/config/eventbus-topics.yaml b/config/eventbus-topics.yaml
new file mode 100644
index 0000000..35b143f
--- /dev/null
+++ b/config/eventbus-topics.yaml
@@ -0,0 +1,28 @@
+
+#
+# Topic config file for eventbus produce service.
+# This file specifies which schemas are allowed to be produced
+# to topics.  Learn more at https://wikitech.wikimedia.org/wiki/EventBus
+#
+# Note: This topic config used to be in WMF's operations/puppet repo.
+# It may find a better home one day, but keeping it in this repository
+# allows it to be used by services outside of WMF production.
+#
+
+mediawiki.page_delete:
+  schema_name: page_delete
+
+mediawiki.page_move:
+  schema_name: page_move
+
+mediawiki.page_restore:
+  schema_name: page_restore
+
+mediawiki.revision_visibility_set:
+  schema_name: revision_visibility_set
+
+mediawiki.revision_create:
+  schema_name: revision_create
+
+resource_change:
+  schema_name: resource_change

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id50eaa554b9c0dfa29fcaa82fe633561e8593dc5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/event-schemas
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