Distributed computing with deadline-footprinting functionality in Spring Boot server acting as gRPC Client (as Master) and gRPC Server (as Workers). Also the Spring Boot server can auto-scale workers to a configurable threshold.
-
Go to
grpc-serverdirectory and runmvncommand over thereAditya :: app » cd grpc-server Aditya :: grpc-server » mvn clean generate-sources compile install
-
Come back to the parent directory.
Aditya :: grpc-server » cd .. -
Go to
rest-serverdirectory and runSpring-Bootover there.Aditya :: rest-server » mvn clean compile install
-
Starting the server
Aditya :: rest-server » mvn spring-boot:run