benedekh / WeLoveClouds

Repository for submissions on the CloudDB course.
0 stars 1 forks source link

+ Port configuration context is implemented for the KVServer. It mean… #138

Closed benedekh closed 7 years ago

benedekh commented 7 years ago

…s that the KVServer accepts the KVClient, KVServer, KVECS ports as CLI parameters when starting the jar, and the 3 different servers will be instantiated according to those parameters. + A KVServer class is implemented that encapsulates the three Servers which serve the different requests coming to the KVServer.

fixes #112, fixes #136, refers to #124