You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Qi Xu <sh...@gmail.com> on 2015/09/04 03:11:25 UTC

Huge Kafka Message size ( 386073344 ) in response

Hi all,
    I'm using the Kafka.Net library for implementing the Kafka Producer.
One issue I find out is that sometimes it reads the response from kafka
server, which indicates a huge message size 386073344. Apparently something
must be wrong.
But I'm not sure if it's a special flag that Kafka.net fails to handle or
it's a bug in Kafka Server side. Did you see this before?

Thanks,
Qi