Page MenuHomePhabricator

Investigate if kafka can decline requests to consume from consumers that support an older protocol
Closed, ResolvedPublic

Description

Seems that since we control most kafka consumers we should not allow consumers to consume with " too old protocols " if possible. Seems that the translations among protocols is costly for kafka and part of the cause of the OOMs we were seeing.

Event Timeline

fdans lowered the priority of this task from High to Medium.
fdans moved this task from Incoming to Operational Excellence on the Analytics board.

Until we get rid of Camus, we can't restrict old client versions. Camus uses a 0.8 client. :/