Re: [akka-user] Parsing Configuration

2017-11-26 Thread Konrad “ktoso” Malawski
Hard to tell without knowing exactly what you’re doing there, but usually an explicit resolve is not needed. -- Cheers, Konrad 'ktoso ' Malawski Akka @ Lightbend On November 27, 2017 at 13:02:41, Joseph Mansigian (

[akka-user] Parsing Configuration

2017-11-26 Thread Joseph Mansigian
Hello All, I am working with some legacy Scala with Akka code. The application.conf file makes use of substitutions. Instead of receiving an automatic parse of the application.conf file the code explicitly parses the file and resolves the substitutions as thus: val config_raw =