Timo Kramer
Timo Kramer
Some reproduction available here: https://gist.github.com/TimoKramer/c61a457a0bca15273fb777bc3c781552
datahike-client will not work either with datahike when compiled with JDK
babashka supports http-kit so this seems to work. I think it is a good choice because with borkdude supporting it it is obviously very well alive:)
Hi @levitanong. Can you please share your current dependencies of your project? I would try some things to replicate when I get a sense of where the problem might come...
Hi @levitanong . Can you remove the dependency on konserve-pg? That should not be needed here.
Did the error first appear when you upgraded from 0.3.2 to 0.3.3?
So, disregarding the OOM for now I hope that the original error about the IllegalArgumentException disappears when the old konserve-dependency is removed. Is this the case?
Hi @levitanong, I am trying to make a sense of the problem here. It seems like a dependency issue to me, at least for the IllegalArgumentException. Do you have a...
would it be feasible to add an ADR for this? I would love to read about why and how we solve this problem and later probably again some time. Update:...
I thought about that. Probably it is possible to generate openapi-spec from that. For datahike-server I want to have a openapi-spec for the rest-api to generate routes and validation automatically...