cloudstateio / cloudstate

Distributed State Management for Serverless
https://cloudstate.io
Apache License 2.0
763 stars 97 forks source link

add missing conf so akka can find tables #394

Closed coreyauger closed 3 years ago

coreyauger commented 3 years ago

We need to let akka know which tables to use.

coreyauger commented 3 years ago

Thanks @pvlugter that makes more sense.

coreyauger commented 3 years ago

Think this is what we are looking for now.

coreyauger commented 3 years ago

doh! .. ok hows this?

pvlugter commented 3 years ago

I've made some changes in #396 so that the tests pass. I've rebased this PR.

hseeberger commented 3 years ago

@coreyauger and @pvlugter, nice job!