Y
Hacker News
new
|
ask
|
show
|
jobs
by
continuations
2572 days ago
How do you handle race conditions? E.g. an app updated the persistent store but crashed before it could update Pilosa?
1 comments
jaffee
2572 days ago
Pilosa is best used in conjunction with something like Kafka with (e.g.) separate consumers for Pilosa and a persistent data store.
link