Mobrovac has submitted this change and it was merged.

Change subject: Create a separate topic for transclusion rerenders.
......................................................................


Create a separate topic for transclusion rerenders.

Transclusion-related resource_change events are
a significant portion of all events, so separate
them out to their own topic to avoid impact on
other rules.

Bug: T145040
Change-Id: I78d659924fbecfdf0b2e5783732c62d0bf21e89d
---
M config/eventbus-topics.yaml
1 file changed, 7 insertions(+), 0 deletions(-)

Approvals:
  Mobrovac: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/config/eventbus-topics.yaml b/config/eventbus-topics.yaml
index 49ece09..139d7a8 100644
--- a/config/eventbus-topics.yaml
+++ b/config/eventbus-topics.yaml
@@ -108,3 +108,10 @@
 ## General error topic for change propagation
 change-prop.error:
   schema_name: error
+
+## Transclusion rerender topics for change propagation service
+change-prop.transcludes.resource-change:
+  schema_name: resource_change
+
+change-prop.retry.change-prop.transcludes.resource-change:
+  schema_name: change-prop/retry

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I78d659924fbecfdf0b2e5783732c62d0bf21e89d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/event-schemas
Gerrit-Branch: master
Gerrit-Owner: Ppchelko <[email protected]>
Gerrit-Reviewer: Mobrovac <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to