typesafehub / conductr-lib

Other
8 stars 13 forks source link

Remove Cassandra keyspace config in Lagom #133

Closed TimMoore closed 7 years ago

TimMoore commented 7 years ago

This configuration was being injected too late to take effect, so it wasn't being used. We have deprecated default keyspace configuration in Lagom and plan to make it mandatory for users to specify keyspaces in their application.conf for each service.

See lagom/lagom#578

TimMoore commented 7 years ago

I don't think my change could have caused the test failure... flaky?

TimMoore commented 7 years ago

Now that the build is green, is there anything else blocking a merge? Thanks!