eugeneware / eugeneware/abstract-log

Scaling up read concurrency.

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.