Erweiterung:EventStreamConfig

This page is a translated version of the page Extension:EventStreamConfig and the translation is 10% complete.
MediaWiki-Erweiterungen
EventStreamConfig
Freigabestatus: stabil
Einbindung API
Beschreibung Exposes event stream config in an API endpoint. Can also be used to expose configs via ResourceLoader
Autor(en) Andrew Otto (OttomataDiskussion)
Kompatibilitätspolitik Der Master behält die Abwärtskompatibilität bei.
MediaWiki >= 1.42
Composer mediawiki/event-stream-config
Lizenz GNU General Public License 2.0 oder neuer
Herunterladen
README
Hilfe Help:Extension:EventStreamConfig/de

  • wgEventStreams
Quarterly downloads 4 (Ranked 134th)
Public wikis using 993 (Ranked 271st)
Übersetze die EventStreamConfig-Erweiterung, wenn sie auf translatewiki.net verfügbar ist
Probleme Offene Aufgaben · Einen Fehler melden

The EventStreamConfig extension is a utility extension that provides library functions and an API endpoint for exporting event stream configuration, using the variable $wgEventStreams. It does not directly provide any user functionality; rather, it provides code used by other extensions and services. Other software that uses this extension includes:

  • The EventLogging extension - used to load configs for streams used on certain pages to dynamically configure client stream settings, like sampling rate.
  • The EventBus extension - used to figure out which event intake service a given stream should be produced to.
  • The EventGate service - used to ensure that only events of a specific schema title are allowed into a stream.
  • Mobile apps - API endpoint is used to dynamically configure client stream settings like sample rate.

For more information on EventStreamConfig and how to use it, see Hilfe:Erweiterung:EventStreamConfig .