rjagerman / glint

Glint: High performance scala parameter server
MIT License
168 stars 62 forks source link

Better integration of akka configuration #6

Closed rjagerman closed 9 years ago

rjagerman commented 9 years ago

Currently Akka configuration is supplied as Strings in the code with the appropriate string replacements built in. There is probably a better way to do this.

rjagerman commented 9 years ago

Currently we use a specific akka { ... } section per configuration. This seems to be the best compromise at the moment.