Open jnehring opened 8 years ago
I dockerized both freme-cloud-worker and freme-cloud-broker. I started the broker container once and the worker container twice. They workers use the e-capitalization service. When I do multiple API requests to e-capitalization service of the load balancer then I get the correct output and the log files indicate that the requests are served by both workers round-robin.
Next steps
It did not work out to have a server that contains both configuration server and eureka node. But I think it is not necessary to provide these as basic services. One can always use these servers independently from the others.
This activity is delayed until september.
I have implemented the FREME cloud basic services with these basic services:
Further I have created two freme packages
I wanted to test the new basic services on the Google Compute engine but it did not work out because it is quiet complicated to configure the Google Compute engine. So my next approach is to try it out locally using Docker images. When it works locally then I can use any cloud environment that runs docker.
A good side effect of this work is that FREME will be run on docker which maybe easens the installation of FREME.
I will use this issue to document the progress of this topic.