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

Change subject: Topic-Config: Use regex topic definitions for rerty topics.
......................................................................

Topic-Config: Use regex topic definitions for rerty topics.

All the Change-Prop retry topics share the same schema, so it's
an excellent test-case fort the new eventlogging-service feature
to support regexed topic names.

Bug: T157091
Change-Id: I383a67a37447482007a036c7527fd7b609fb1a89
Depends-On: Ie33fb27798940927b9df87749683a35c484ae02f
---
M config/eventbus-topics.yaml
1 file changed, 3 insertions(+), 32 deletions(-)


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

diff --git a/config/eventbus-topics.yaml b/config/eventbus-topics.yaml
index a3031fd..8b9c277 100644
--- a/config/eventbus-topics.yaml
+++ b/config/eventbus-topics.yaml
@@ -39,44 +39,13 @@
 resource_change:
   schema_name: resource_change
 
-# Change propagation retry queues
-change-prop.retry.mediawiki.page-delete:
-  schema_name: change-prop/retry
-
-change-prop.retry.mediawiki.page-move:
-  schema_name: change-prop/retry
-
-change-prop.retry.mediawiki.page-undelete:
-  schema_name: change-prop/retry
-
-change-prop.retry.mediawiki.page-properties-change:
-  schema_name: change-prop/retry
-
-change-prop.retry.mediawiki.revision-visibility-change:
-  schema_name: change-prop/retry
-
-change-prop.retry.mediawiki.revision-create:
-  schema_name: change-prop/retry
-
-change-prop.retry.mediawiki.user-blocks-change:
-  schema_name: change-prop/retry
-
-change-prop.retry.resource_change:
-  schema_name: change-prop/retry
-
 ## Continuation topics for backlinks processing in change propagation service
 change-prop.backlinks.continue:
   schema_name: change-prop/continue
 
-change-prop.retry.change-prop.backlinks.continue:
-  schema_name: change-prop/retry
-
 ## Continuation topics for transcludes processing in change propagation service
 change-prop.transcludes.continue:
   schema_name: change-prop/continue
-
-change-prop.retry.change-prop.transcludes.continue:
-  schema_name: change-prop/retry
 
 ## General error topic for change propagation
 change-prop.error:
@@ -86,5 +55,7 @@
 change-prop.transcludes.resource-change:
   schema_name: resource_change
 
-change-prop.retry.change-prop.transcludes.resource-change:
+# Change propagation retry queues
+/^change-prop\.retry/:
   schema_name: change-prop/retry
+

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I383a67a37447482007a036c7527fd7b609fb1a89
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/event-schemas
Gerrit-Branch: master
Gerrit-Owner: Ppchelko <ppche...@wikimedia.org>

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

Reply via email to