Maestro will provide a local memory support for the step runtime. It can be used to save some transient states in the memory.
Those are a few limits:
- Those states are scoped to the step instance.
- Those states won't be persisted and will be lost if the JVM is reboot
- Those states are expected to be small (will have a size check)
It is useful for the case that the step runtime would like to put some temporary non-critical info there. Also, it is OK to lost the info.
Maestro will provide a local memory support for the step runtime. It can be used to save some transient states in the memory.
Those are a few limits:
It is useful for the case that the step runtime would like to put some temporary non-critical info there. Also, it is OK to lost the info.