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
Since #3, we are only using the reader, processor and writer classes, and manually build and run the batch processing.
Then there is no need to use explicitly easy-batch's reader, processor and writer classes as it introduce too much overhead of wrapping and unwrapping the Record class.
The text was updated successfully, but these errors were encountered:
Since #3, we are only using the reader, processor and writer classes, and manually build and run the batch processing.
Then there is no need to use explicitly easy-batch's reader, processor and writer classes as it introduce too much overhead of wrapping and unwrapping the
Record
class.The text was updated successfully, but these errors were encountered: