real-logic / aeron

Efficient reliable UDP unicast, UDP multicast, and IPC message transport
Apache License 2.0
7.37k stars 888 forks source link

Feature/recording log version #1647

Open mikeb01 opened 2 months ago

mikeb01 commented 2 months ago

Because the RecordingLog file doesn't contain a header, we need to introduce a marker value (magic number) so that we can distinguish between the files with versioning and those without. This will check for that value and if not present will migrate the recording to the new structure (which includes a header that has a version field).