Fork me on GitHub
#onyx
<
2017-03-28
>
michaeldrogalis00:03:32

Next beta will write at most :onyx/batch-size number of messages, and if the number of bytes exceeds Aeron’s buffers, it will back-off and split the total payload into sub-batches, subverting an exception that would otherwise be thrown. We’re going to switch :onyx/batch-size to number of bytes in the near future, since this is a better upper-bound indicator than number of segments.

lmergen17:03:06

what is the rationale behind onyx automatically configuring timbre as a logger ? wouldn't it make more sense to let the configuration (e.g. onyx.log as default) up to the user ? i know it's possible to override this behavior with your own timbre config, but i was just wondering why it hijacks my logger by default 🙂

lucasbradstreet17:03:36

@lmergen this is something that has come up. I'd be open to going with something less... dominating, but we don't have the time to convert it right now. I think we'd take a PR though.

michaeldrogalis18:03:40

I’d be alright with moving to Log4J at this point.

lmergen18:03:53

ok, that's good to know. it's not a big issue, just a bit of a surprise

lmergen18:03:21

i think just using the logger and not configuring it would be most desirable

hunter22:03:42

@lucasbradstreet onyx-datomic beta9 is still not pushed to clojars ... is it possible to get that pushed?

lucasbradstreet22:03:58

@hunter we’re cutting a new release right now

michaeldrogalis22:03:00

@hunter Noticed that failed yesterday - our CI process was being funny. beta-10 is going out now, should get Datomic pushed too

lucasbradstreet22:03:03

thanks for letting us know

hunter22:03:46

awesome! thanks

hunter22:03:15

fyi, all of my previous issues with onyx-datomic were resolved in beta9