Fork me on GitHub
#onyx
<
2017-05-02
>
lmergen05:05:27

@lucasbradstreet that’s very interesting! is it common that people write their own custom plugins for this kind of thing ?

lucasbradstreet06:05:46

If you’re writing to another medium it’s generally the preferred approach to write a plugin

lucasbradstreet06:05:44

We may have scope for some additional lifecycles to hook into some of the barrier sync / checkpointing stuff, so if a plugin already exists you can handle that logic yourself.

lmergen06:05:15

ok, cool, that’s good to know

lmergen06:05:40

and the API for writing plugins is sort-of stable ?

lmergen06:05:54

(as in, just as stable as the other onyx APIs)

lucasbradstreet06:05:44

There was a fair amount of churn through the 0.10 betas but I think we're pretty settled. I don't think there'll be any changes to the semantics from here

lmergen07:05:39

thanks, this is very useful!