Description
It would be useful for a user to have an ability to deploy code (dll, so, etc) in cluster on a selected subset of nodes.
This task can be split in a 3 steps:
1. Uploading module to selected subset of nodes.
2. Loading module dynamically on the whole subset.
3. Initializing of a module (i.e. registering callables, declared in the module within Ignite)
This also may require partial implementation of a Cluster API - IGNITE-5708
Attachments
Issue Links
- is blocked by
-
IGNITE-5708 CPP: Implement Cluster API
- Open