Plugin driven
Workloads implement a stable plugin API. Mechana does not need to understand their internal purpose or domain.
Mechana is a plugin-driven distributed execution platform for Java. It coordinates arbitrary workloads across workers while keeping the infrastructure independent of the work being performed.
Workloads implement a stable plugin API. Mechana does not need to understand their internal purpose or domain.
Coordinator and worker responsibilities are separated around explicit execution state, attempts, progress, and results.
The project emphasizes predictable state transitions, structured contracts, observability, and testable components.