Feature request: simplify BatchProcessor
by merging async and sync processing functions into one class
#1680
Closed
2 tasks done
Labels
batch
This item relates to the Batch Processing Utility
feature-request
This item refers to a feature request for an existing or new utility
rejected
This is something we will not be working on. At least, not in the measurable future
Milestone
Use case
During the implementation of the Batch utility we heavily leaned into the Powertools python implementation and create two classes
AsyncBatchProcessor
andBatchProcessor
. After the refactoring in #1677 we realised that we can implementprocess
andprocessSync
functions in one class.Solution/User Experience
Create one class with two method for async processing as default and sync processing with
sync
suffix:Alternative solutions
No response
Acknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.
The text was updated successfully, but these errors were encountered: