>From kafka spec of Fetch API:
"As an optimization the server is allowed to return a partial message at
the end of the message set. Clients should handle this case."

What does "client" mean? Client's application, or kafka's communication
driver?
Also, what "partial message" means? Does it mean, that message can end
before MessageSet.MessageSize indicates? And how is it interpreted the next
message than? Does it starts with leftover of previous one, without header,
and header follows after leftover ends?

Vadim.

-- 
>From RFC 2631: In ASN.1, EXPLICIT tagging is implicit unless IMPLICIT is
explicitly specified

Reply via email to