Fork me on GitHub
#boot
<
2015-11-13
>
onetom00:11:33

ppl, has anyone tried to use a datomic in memory db served via boot-http over castra? im initializing my in-memory db on startup of my castra api service but when im trying to talk to that db im getting

datomic.impl.Exceptions$IllegalStateExceptionInfo: :db.error/connection-released The connection has been released.
im wondering if it's related to threads or pods somehow, like the connection object can't cross pod boundary or something... should i use boot-jetty instead? but then how would the reload work? it doesn't have a :reload option, like boot-http