This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-02
Channels
- # beginners (118)
- # boot (73)
- # cider (2)
- # cljs-dev (65)
- # cljsrn (18)
- # clojure (49)
- # clojure-argentina (4)
- # clojure-italy (19)
- # clojure-portugal (1)
- # clojure-russia (1)
- # clojure-spec (34)
- # clojure-uk (102)
- # clojurescript (202)
- # code-reviews (3)
- # core-async (5)
- # cursive (11)
- # datomic (25)
- # emacs (1)
- # graphql (22)
- # hoplon (6)
- # keechma (59)
- # leiningen (10)
- # luminus (31)
- # lumo (78)
- # off-topic (141)
- # om (32)
- # om-next (2)
- # onyx (6)
- # parinfer (55)
- # pedestal (3)
- # protorepl (3)
- # re-frame (8)
- # reagent (8)
- # ring-swagger (1)
- # rum (20)
- # specter (1)
- # sql (5)
- # test-check (11)
- # vim (13)
- # yada (7)
Good morning, Onyxers. I’m looking at https://github.com/onyx-platform/onyx-durable-queue as a lightweight alternative to Kafka (I’m just doing experimental work with Onyx at this point, so using in-memory Zookeeper in a dev environment). Does onyx-durable-queue need work to be compatible with .10? I see only a .9 branch.
@wildermuthn Yes, it hasn’t been ported to 0.10 - to be honest I think someone asked it for it a long time ago and no one ever used it, so I didn’t bother bringing it forward.
It should be easy to port if you want to try it though.
Ok cool
https://github.com/onyx-platform/onyx/blob/0.10.x/changes.md would be a good guide for what needs to change?
Yep, and looking at an existing 0.10 plugin, too.