Make WAN cache config use $wgEventRelayerConfig
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 22 Apr 2016 19:52:06 +0000 (12:52 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 25 Apr 2016 19:08:09 +0000 (12:08 -0700)
commit09a0a5e4f6b6ee2117e32e15e67d166c426a727f
tree91c11defcdcc04ce8f1e1a498f0aae9856d350b6
parent5350257ecfeb06e7b4664af5bf21103da1dc665f
Make WAN cache config use $wgEventRelayerConfig

This makes the channels more explicit and defined in a less
ad-hoc way. Systems like Kafka would prefer explicit channel
definitions anyway, so the channel prefix just obscures things.

Change-Id: I5631eb1b1382083396a0f08904d9273cc92601e8
includes/DefaultSettings.php
includes/Setup.php
includes/libs/eventrelayer/EventRelayer.php
includes/libs/objectcache/WANObjectCache.php
includes/objectcache/ObjectCache.php