This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-01-20
Channels
- # announcements (9)
- # aws-lambda (5)
- # babashka (26)
- # beginners (200)
- # bristol-clojurians (2)
- # calva (74)
- # cider (22)
- # clj-kondo (8)
- # cljsrn (1)
- # clojure (124)
- # clojure-australia (2)
- # clojure-europe (79)
- # clojure-spec (1)
- # clojure-uk (37)
- # clojurescript (87)
- # cloverage (1)
- # code-reviews (10)
- # conjure (41)
- # cursive (5)
- # datahike (2)
- # datascript (3)
- # datomic (11)
- # docker (4)
- # duct (1)
- # emacs (10)
- # events (1)
- # fulcro (3)
- # graalvm (1)
- # honeysql (3)
- # jobs (1)
- # malli (12)
- # meander (51)
- # off-topic (83)
- # pathom (28)
- # quil (3)
- # reagent (19)
- # reitit (3)
- # releases (1)
- # shadow-cljs (49)
- # spacemacs (2)
- # sql (5)
- # startup-in-a-month (1)
- # testing (1)
- # xtdb (8)
Hey Joe! 👋
Afternoon folks - 1.14.0's out with the below fixes 🚀 As always, full details in the release notes at https://github.com/juxt/crux/releases/tag/21.01-1.14.0. This one has an index version bump for cases where you put, evict and then re-put the same entity - if you'd already upgraded to 1.13.0, see the release notes for how to skip it if this doesn't apply to you. Big thanks to @sagarvrajalal @kevin842 @levitanong @gldidonna @foo @coyotesqrl for raising and helping us track down issues 🙏 https://clojurians.slack.com/archives/CG3AM2F7V/p1610722511020600
I’m working on moving from my external, standalone test Crux node to an embedded node in an Edge-based system. For dev purposes, I’d like to be able to call some sort of shutdown
or stop
on the node when I reset
the environment but I don’t see anything like that. Is there a recommended way to clear and reset the Crux node on an Edge reset
(my stores are all on disk for now, so I’m not worried about losing data; I’ll be moving to a Kafka tx store soon).
Thanks.