Hi lining ,
The records would be serialized and wrote into the buffer. And the buffer will be sent out until it is full or exceeds the timeout.
So different records may share the same buffer if the serialization result is less than the buffer size, otherwise one record may span multi buffers.
Cheers,
Zhijiang
------------------------------------------------------------------
发送时间:2017年3月27日(星期一) 15:46
主 题:question about record
Hi
All , data transmission is achieved through the buffer. If record serialised to multiple buffer, whether different records will share the same buffer. Can anyone tell me the answer, Thank!