Looks like per-topic queue is introduced. In terms of memory consumption, how does the KIP allocate memory between per-topic queue and per-partition queue ?
Thanks On Wed, Apr 11, 2018 at 8:50 PM, Dong Lin <lindon...@gmail.com> wrote: > Hi all, > > I have created KIP-286: producer.send() should not block on metadata > update. See > https://cwiki.apache.org/confluence/display/KAFKA/KIP- > 286%3A+producer.send%28%29+should+not+block+on+metadata+update > . > > The KIP intends to improve user-experience of producer.send() when metadata > is not available. It is related but different from the previous discussion > in KAFKA-3539 in the sense that user still has the option of letting > producer.send() block on full producer queue. > > Comments are welcome! > > Thanks, > Dong >