You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the new configuration option 'data_mode' allows to control what type
of data the plugin pass to the callback set by the caller. By default
it was always passing one log record at a time in the configured 'format'; now
with 'data_mode' the user can set 'single_record' (default) or 'chunk'.
When the option 'chunk' is passed, the whole binary chunk is passed to the callback
as a reference (it's up to the caller to unpack and validate the content)
Signed-off-by: Eduardo Silva <[email protected]>
0 commit comments