You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andrew Stitcher (Jira)" <ji...@apache.org> on 2021/09/03 01:51:00 UTC

[jira] [Created] (PROTON-2430) [python] Modify binding to stop using potentially inefficient pn_message_id et al

Andrew Stitcher created PROTON-2430:
---------------------------------------

             Summary: [python] Modify binding to stop using potentially inefficient pn_message_id et al
                 Key: PROTON-2430
                 URL: https://issues.apache.org/jira/browse/PROTON-2430
             Project: Qpid Proton
          Issue Type: Improvement
          Components: python-binding
            Reporter: Andrew Stitcher
            Assignee: Andrew Stitcher


pn_message_id and pn_message_correlation_id return a pn_data_t to represent what is onyl allowed to be a scalar value which is more efficiently represented and handled as a pn_atom_t (now actually the restricted pn_msgid_t).

If we stop using them then we can deprecate them and shift the implementation away from unecessary use of pn_data_t.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org