JKOK005 / nus-monorepo

Repo for NUS courses code commits
1 stars 0 forks source link

Simulate server leaving via control c #16

Open JKOK005 opened 4 years ago

JKOK005 commented 4 years ago

Construct an exit protocol for servers that have been killed. The call to kill is done via control C (need to think of a better way to do so moving forward).

Upon exit, we need to

JKOK005 commented 4 years ago

In addition, expose a GRPC endpoint that allows us to instruct a hash group to terminate