@quest examples/dev/user.clj
🎉
Out of interest, why are you using Onyx?
I definitely dig onyx. Investigated it a few years ago, (before kafka streams was even released) and would probably be using it if these types of decisions were up to me. I think the main concern at that time was that it was a bit of a one-person project (albeit a fantastically talented person).
Your concern ended up being valid -- the creator admits that the project is currently in maintenance mode. Easier decision for me since I'm not betting any existing business on it 😅 -- & if I succeed then I'll fund Onyx dev
Hey @slack1274,
I'll deploy a release today. Seems like there's a few things pending. I had been trying to fix https://github.com/FundingCircle/jackdaw/issues/146 before making a release but it is proving to be quite stubborn and I'm struggling to get a good run at it.
Also remember that you can always publish a snapshot of your fork under your own clojars group by updating the project.clj and running lein deploy clojars
.
D'oh! I should've grep'd the whole repo. Thanks!
Thanks! For the merges as well. I actually have published my own, org.clojars.lxsli/jackdaw:0.6.6a
🙂
Happy to help
It's really nice to have an official release though
1st time ever, just got a message from Clojure server -> Kafka topic -> Onyx job. Awesome! Next up: writes to Datomic. (Just excited and wanted to share -- the help is appreciated!)
Release - The magnificent 0.6.7
Added
• Allow specification of :deserialization-properties (#157)
• Back-fill a few tests of jackdaw.client.partitioning (#165)
Changed
• Upgrade Clojure version to 1.10.1 (#159)
• Partitioner in test-machine write command updated to match streams (#139)
• Reformatted all the code using cljfmt (#173)
Fixed
• Delete duplicated tests (#165)
• Documentation/Examples fixes (#166, #168)
• Do not assume result of executing command is a map (#164)
• Supply key-serde
as well as value-serde
in aggregate
methods (#172)
👏👏@AndreaCrotti, @MicahElliott, @AlexVPopov, @yogidevbear, @funderbar, @lamp, @alee 👏👏
you should announce in #announcements too 🙂