You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Steve Niemitz <sn...@apache.org> on 2017/01/09 20:28:40 UTC

static replication quota support?

Is it currently possible to set a replication quota statically?  It seems
like its only possible to set it per broker dynamically (via
{leader/follower}.replication.throttled.rate), in addition to having to
configure it on the topic level.

It seems like this is something that I should be able to configure
statically in my broker properties config as well, with the intention of
applying it to all replication traffic from/to a broker.