Skip to content

Maestro add local-memory support #134

@jun-he

Description

@jun-he

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:

  1. Those states are scoped to the step instance.
  2. Those states won't be persisted and will be lost if the JVM is reboot
  3. 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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions