You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Caizhi Weng (Jira)" <ji...@apache.org> on 2020/10/22 12:53:00 UTC

[jira] [Created] (FLINK-19769) Reuse StreamRecord in SourceOutputWithWatermarks#collect

Caizhi Weng created FLINK-19769:
-----------------------------------

             Summary: Reuse StreamRecord in SourceOutputWithWatermarks#collect
                 Key: FLINK-19769
                 URL: https://issues.apache.org/jira/browse/FLINK-19769
             Project: Flink
          Issue Type: Improvement
          Components: API / DataStream
            Reporter: Caizhi Weng
             Fix For: 1.12.0


{{SourceOutputWithWatermarks#collect}} always creates a new {{StreamRecord}} object which can be reused quite easily. We should reuse the {{StreamRecord}} for optimization.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)