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
add WriterOperator::WriteBatch and Operator::ProcessBatch methods
The File input's `emitBatch` function now calls `ProcessBatch` instead of `Process`.
The added `ProcessBatch` method will make each Stanza operator
capable of accepting a batch of entries.
0 commit comments