Fork me on GitHub
#onyx
<
2016-05-06
>
otfrom17:05:40

michaeldrogalis: very, very cool. Love the elm inspired error messages

ckarlsen18:05:25

you have certainly raised the bar in regards to error messages in clojure libraries. impressive!

michaeldrogalis18:05:30

@ckarlsen: Should go up for everyone soon once we move it out into its own library simple_smile

ckarlsen18:05:28

i'm working on a datomic-rest-api plugin for onyx. Their error messages is the opposite of impressive. storage or transactor down? 500 server error. Malformed input? 500 server error. Entity not found? 500 server error. It's almost useless.

ckarlsen18:05:53

datomic's licensing scheme makes it very hard/expensive to fully embrace it in a stream processing context. I hope they soon realize this simple_smile

lucasbradstreet18:05:52

Yeah, the licensing scheme makes me sad because it’s a very bad fit for being able to scale up and down peers and we have to resort to things like scheduler constraints to colocate onyx peers that use datomic