iggy-rs / iggy-cpp-client

Official, lightweight C++ client SDK for Iggy.rs message streaming.
MIT License
8 stars 2 forks source link

Implement Iggy binary serialization / deserialization for commands and models #21

Open 0xg0nz0 opened 8 months ago

0xg0nz0 commented 8 months ago

All the Command and Model classes are in place, but there need to be specializations of serialization and deserialization methods for each class to get full coverage of the binary protocol specification.