GitHub user spetz added a comment to the discussion: Arrow as zero-serialization target
> Is iggy format-agnostic? Are messages just a byte buffer or are they expected > to be a particular format? If I wanted to use Arrow buffers as a > serialization target for messages in my system would that be possible? Yes, it's format-agnostic. You can provide anything as the raw bytes collection. GitHub link: https://github.com/apache/iggy/discussions/1602#discussioncomment-12451344 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
