Closed rjagerman closed 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.
Currently we use a specific akka { ... } section per configuration. This seems to be the best compromise at the moment.
akka { ... }
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.