You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by "Zhijiang(wangzhijiang999)" <wa...@aliyun.com> on 2017/03/27 15:01:27 UTC

回复:question about record

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------------------------------------------------------------------发件人:lining jing <ji...@gmail.com>发送时间:2017年3月27日(星期一) 15:46收件人:user <us...@flink.apache.org>主 题: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!