-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mp: new API to convert between msgpack and CFL object
Looking forward to improve how do we manipulate msgpack buffers, we aim to operate on top of the new CFL object structure and reduce the number of serializations required, plus decrease the complexity of the logic in certain plugins that requires several modifcation operations. This patch implements 2 new API calls and test case for: - Convert from MessagePack Object (unpacked) to CFL object - Convert from CFL object to MessagePack buffer (serialized) In the next patches we will extend Log processors by using this new interface. Signed-off-by: Eduardo Silva <[email protected]>
- Loading branch information
Showing
3 changed files
with
418 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.