eclipse-iceoryx / iceoryx2

Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust
https://iceoryx.io
Apache License 2.0
783 stars 28 forks source link

Add metadata to pub/sub header #253

Closed elfenpiff closed 2 months ago

elfenpiff commented 3 months ago

Brief feature description

Zero-copy-based communication patterns like request-response and publish-subscribe may require custom metadata in the header of the sample. Therefore, the user shall be able to set this custom type as metadata in the header, shall be able to modify and read it out.