eugeneware / eugeneware/abstract-log
Scaling up read concurrency.
Open
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Kafka allows multiple consumers to read from log segments and automatically balances the segments across multiple readers. I think this is a higher level abstraction and introduces all sorts of distributed systems problems if a reader dies and the reading group needs to be rebalanced.
But it would be nice to have some kind of system that could sit on top of these logs and handle that kind of thing. Perhaps using etcd, or some kind of [raft implementation](https://github.com/unshiftio/liferaft).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.