You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Nico Kruber (JIRA)" <ji...@apache.org> on 2017/08/25 11:35:00 UTC

[jira] [Created] (FLINK-7520) let our Buffer class extend from netty's buffer class

Nico Kruber created FLINK-7520:
----------------------------------

             Summary: let our Buffer class extend from netty's buffer class
                 Key: FLINK-7520
                 URL: https://issues.apache.org/jira/browse/FLINK-7520
             Project: Flink
          Issue Type: Sub-task
          Components: Network
    Affects Versions: 1.4.0
            Reporter: Nico Kruber
            Assignee: Nico Kruber


Use a common (flink) {{Buffer}} interface and an implementation ({{NetworkBuffer}}) that implements Netty's buffer methods as well. In the future, with this, we are able to avoid unnecessary buffer copies when handing buffers over to Netty while keeping our {{MemorySegment}} logic and configuration.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)