Neil Menne
Neil Menne
This should be around configuring an aggregate and passing the timeout in `init/1` like `{:ok, state, timeout}`
To document a few things we discussed out of band, I do think that compaction is essential to the long term success of an event sourced application. Your proposal for...
Developing a solution for dealing with `max_sequence_id` or even warning when that's getting close is probably a separate concern since we're actually talking about the max for the `integer` type...
The problem here isn't that it has poisoned a node; it's that it has sunk the raft as the application is done after it has been successfully replicated. There are...
I have the following functionality that I could add: - Parquet Support - RDD DataFrames - A handful of other SQL related functions that I needed for my project One...
I no longer have access to the code I wrote at OpenTable. If there's a need for it, I could probably do a clean room implementation. I still use Spark...
I'll have to get back up to speed on sparkling, but I'll see what I can do.