Hi all, We are currently implementing a tool to convert artifact json files of PPaaS 4.0.0 to PPaaS 4.1.x. In the implementation, the considered conversions are as follows;
- Network partition conversion - Autoscale policy conversion - Deployment policy conversion - Addition of new application policies - Cartridge to application conversion In the implemented tool, the above mentioned conversions happen sequentially. The current approach I'm working on is to create a thread pool to convert the below mentioned artifacts in parallel. - Network partition conversion - Autoscale policy conversion - Deployment policy conversion The addition of application policies and conversion of applications will be started once the thread pool is finished executing since they need the network partition ids and deployment policy ids to execute. Any suggestions are highly appreciated. Thanks, -- Nishadi Kirielle *Software Engineering Intern* Mobile : +94 (0) 714722148 [email protected]
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
