- Write data to Chronicle queue.
- This creates/updates the chronicle queue file and is written in 20220525F.cq4
Query :- Is it possible to parse the file 20220525F.cq4 , what is the data format used to write the file ?
Query :- Is it possible to parse the file 20220525F.cq4 , what is the data format used to write the file ?
If you don't want to use the built-in tools, and you are happy to read the file very simply, you can read it. The main tools for dumping are in Chronicle Wire if you don't want to use Chronicle Queue.
The file is size prefixed bytes. The first 4 bytes are the length, followed the data in that blob. This repeats until you reach a length of 0.
https://github.com/OpenHFT/RFC/blob/master/Size-Prefixed-Blob/Size-Prefixed-Blob-1.0.adoc