I see you got things working, which is great.  I just wanted to caution:

On Sat, Jul 30, 2016 at 8:29 AM, Muthukumaran Kothandaraman <
[email protected]> wrote:

> I assume my application.conf below is fine because I do not see any
> exceptions.
>

As a rule of thumb, this isn't a safe assumption.  Config-file format is
weakly typed, remember -- it's just strings -- and it does *not*
automatically detect errors.  Some mistakes will get caught by the relevant
libraries, but in general if you make a typo in the name, and the library
has a default value for that config key, the error will be silently
ignored...

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to