xtdb

noonian 2026-03-03T15:29:26.236139Z

Is it reasonable to run xtdb v2 in-process in a small production scenario with s3 storage and kafka log? We are not using k8s and I am looking for a simpler deployment without having to setup a cluster

jarohen 2026-03-03T15:58:19.001499Z

absolutely, yep 🙂 might not be our go-to these days as most of the feedback we got was actively looking for a client/server model but should still work just fine

1
❤️ 1
maleghast 2026-03-03T16:26:41.461549Z

Silly n00b question, but is there a function I can call to stop an in-process XTDB node..?

jarohen 2026-03-03T16:27:31.950529Z

the object you get back from start-node is AutoCloseable - so either with-open (if you're running it in tests) or .close at some point

maleghast 2026-03-03T16:28:01.207989Z

Thanks!

🙇 1
maleghast 2026-03-03T16:29:04.908489Z

(I am assuming that this means if I have a local symbol like xt-node I can do this: (.close xt-node) ??)

👌 1
maleghast 2026-03-03T16:29:40.213359Z

Great! Thx 🙏

🙇 1