udi 2 août 2012 19:39
To: kafka-users@incubator.apache.org
Subject: Re: multifetch overflow
In some sense, fetchSize is a per partition thing since it has to be larger
than the largest single message. Otherwise, the consumer will get stuck. I
agree that this will make the multi-fetch size unp
In some sense, fetchSize is a per partition thing since it has to be larger
than the largest single message. Otherwise, the consumer will get stuck. I
agree that this will make the multi-fetch size unpredictable, which is
inconvenient. We probably need to think more about a solution. Could you
open
Hello,
I am running kafka 0.7.1 and try to make mirroring works accross DC.
It usually works well when mirroring a single topic.
However I have noticed that when I am not limiting the number of topics, the
mirrormaker hangs with an InvalidRequestException :
- is not a valid request size
This