Hi, guys! I am implementing an Ignite cluster with data node, service node and spring boot node (REST API) with embedded ignite client. My nodes have common POJO classes.
Is there a nice approach to store all nodes at single repository (sharing common POJO) to implement common unit testing for cluster. Same time i need to separate cicd pipe for different nodes. 1st target: redeploy all nodes, when the changes in common POJO. 2nd target: redeploy service nodes only when buisness logic changes. My main target is cluster unit-testing and change safety for neighbor nodes. Also if it metters, we plan to put each node to a docker container. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
