Marc Magnin
Marc Magnin
Thanks for the reply! Sure, we basically use the browser AbortController API (not from the npm package) like the following: ``` [javascript] var controller = new AbortController(); var signal =...
Hi, Thanks a lot for this sexy library! I've been using highcharts and echarts and I'm looking at a more efficient rendering library. Also I need some feature to be...
Ok sounds good, as long as it's on the roadmap.
I'd love but no time for it now now. Hopefully soon!
Great work @guzmonne! I've just noticed this issue while I was exposition such feature in a 'zoom' related issue. I'm thinking about the same "generic" kinda brush feature that would...
Hi, @Andy320 I'm a bit new to the project as well so we'll have to wait for @chowyu08 ;) Regards.
What about using raft algorithm (for instance the [etcd ](https://github.com/coreos/etcd/tree/master/raft)implementation?)
Sorry @hui6075 I'm not sure to follow. Broadcast the subscription of what to who? A broker subscription to other brokers?
They seems to have a kafka broker with raft for the clustering. That may be good to look at it at some point: https://github.com/travisjeffery/jocko
I suppose we'll need something like raft on top of boltDB to sync retains between nodes.