You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by "Rangwani, Sunil, Vodafone Group (External)" <su...@vodafone.com> on 2018/06/18 16:06:02 UTC

Quota management hack queries

Hi

Couple of questions on Quota management

Is my understanding correct that quota is enforced by delaying the ack to the Producer?


  1.  What is the impact then if the Producer has set ack to none – Is Quota still enforceable?
  2.  If the Producer has not set the clientId, would the quota by clientId not be enforceable?

Basically I am looking whether there are ways a Kafka Producer can hack Quota enforcement and any way to prevent these hacks.

Many thanks!