Ppchelko has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/372196 )
Change subject: [Config] Respect the fetch.message.max.bytes from puppet. ...................................................................... [Config] Respect the fetch.message.max.bytes from puppet. Change-Id: I9f842bfa8b96f5779b08f0465a927f6f83914bcf Depends-On: Ice77027db74e67c519ce305e99ea22c3ff2c7b07 --- M scap/templates/config.yaml.j2 1 file changed, 5 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/change-propagation/deploy refs/changes/96/372196/1 diff --git a/scap/templates/config.yaml.j2 b/scap/templates/config.yaml.j2 index 01216e9..eccfa39 100644 --- a/scap/templates/config.yaml.j2 +++ b/scap/templates/config.yaml.j2 @@ -52,6 +52,11 @@ options: metadata_broker_list: <%= broker_list %> dc_name: <%= site %> + consumer: + # JobQueue jobs might sent messages larget then 1 Meg, + # so we increase the max message size in kafka and have to + # ajust the consumers accordingly. + fetch.message.max.bytes: <%= kafka_max_bytes %> concurrency: <%= concurrency %> startup_delay: 60000 templates: -- To view, visit https://gerrit.wikimedia.org/r/372196 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9f842bfa8b96f5779b08f0465a927f6f83914bcf Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/services/change-propagation/deploy 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