Hi Felipe,
It looks like the fetch response may, in some cases, contain a null
ByteBuffer for a partition instead of the expected empty byte buffer. This
code changed a lot in trunk so it may have already been fixed. Any chance
you could test trunk to see if the problem persists? In any case, plea
I am using kafka 0.10.1.0 some times on the client I've got null pointer
exception:
" java.lang.NullPointerException
at
org.apache.kafka.common.record.ByteBufferInputStream.read(org/apache/kafka/common/record/ByteBufferInputStream.java:34)
at
java.util.zip.CheckedInputStream.read(java/util