______________
-Plugins:
- fs_storage: event implementation to support persisting directly from a stream into disk by adding event to configuration:
using "impl": "hopeit.fs_storage.events.stream_batch_storage" in event configuration.
-Engine:
- Support for custom implementation for events, enable reusing code provided in external libraries or plugins as events
in an app, like `hopeit.fs_storage.events.stream_batch_storage` to persist data from streams to disks directly.
- Support for generic `DataObject` as a type for step payload. Enable creating generic events that can be reused
among apps.
- Extended EventDescriptor configuration, to provide a list of dataobject types that can be handled by generic events
using `DataObject` payload.