scala-academy / performance-analysis

This is a project to be used in the "Scala and akka in practise" course
Other
5 stars 3 forks source link

Refactor Protocol #79

Closed jordi133 closed 8 years ago

jordi133 commented 8 years ago

The protocol trait is getting a bit too big, let's refactor this. Proposal is to at least separate the directly server related messages from the messages that are used between actors.

jwvl commented 8 years ago

I'll try to tackle this one to get back in shape after my holidays ;)

jwvl commented 8 years ago

We were having some strange trouble merging my commits with develop. I finally decided to just start a new branch. I will follow @Seetaramayya's suggestion and refactor Protocol into several functional parts e.g. LogParserProtocol, AlertProtocol etc. etc.