Ottomata has uploaded a new change for review. https://gerrit.wikimedia.org/r/216328
Change subject: Disable eventlogging kafka client-side event processor ...................................................................... Disable eventlogging kafka client-side event processor We will be running a kafka based eventlogging code alongside of this on a different server, and don't want to accidentally duplicate events in the zmq streams. Change-Id: Ic127081dcddb4c4f2b6f03582e1f1304431b548f --- M manifests/role/eventlogging.pp 1 file changed, 8 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/28/216328/1 diff --git a/manifests/role/eventlogging.pp b/manifests/role/eventlogging.pp index 2dea0a3..f52e246 100644 --- a/manifests/role/eventlogging.pp +++ b/manifests/role/eventlogging.pp @@ -87,15 +87,21 @@ format => '%q %{recvFrom}s %{seqId}d %t %h %{userAgent}i', input => "${kafka_input_uri}&group_id=eventlogging-client-side-processor", output => 'tcp://*:8523', + # NOTE: Otto is disabling this as we will be running a separate + # eventlogging instance along side of this one that will + # be responsible for Kafka stuff. We don't want + # to accidentally duplicate events. There is no traffic + # in this kafka topic right now anyway. + ensure => 'absent', } - # Parsed and validated client-side (varnishncsa and varnishkafka generated) and + # Parsed and validated client-side (varnishncsa generated) and # server-side (MediaWiki-generated) events are multiplexed into a # single output stream, published on TCP port 8600. eventlogging::service::multiplexer { 'all events': - inputs => [ "tcp://${processor}:8521", "tcp://${processor}:8522", "tcp://${processor}:8523" ], + inputs => [ "tcp://${processor}:8521", "tcp://${processor}:8522" ], output => 'tcp://*:8600', } -- To view, visit https://gerrit.wikimedia.org/r/216328 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic127081dcddb4c4f2b6f03582e1f1304431b548f Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ottomata <o...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits