You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Module should be able to run in a separate JVM like any other Java program and should interface its entry point so that a caller of the module can pass it as input. In this way, remote modules can run in isolated and independent infrastructures. The user could have a catalog of reusable modules for different workflows. Also the user can load balance for high-performance environments.
Motivation
Flexibility to manage an app performance for complex use cases
Reusability modules between jai-workflows if it's required.
Granular scalability based-on modules and workflows.
Real use case for production environments
Ready for cloud-native environments
Alternatives
Keep to jai workflows as a single java program
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Feature Title
Implement Remote Modules
Description
A Module should be able to run in a separate JVM like any other Java program and should interface its entry point so that a caller of the module can pass it as input. In this way, remote modules can run in isolated and independent infrastructures. The user could have a catalog of reusable modules for different workflows. Also the user can load balance for high-performance environments.
Motivation
Alternatives
Keep to jai workflows as a single java program
Additional Context
No response
The text was updated successfully, but these errors were encountered: