Y
Hacker News
new
|
ask
|
show
|
jobs
by
Sphax
4042 days ago
You could always map the document id or channel id to be always the same partition, then that particular document or channel log would be ordered. Seems like it would work.
1 comments
tristanz
4042 days ago
The problem with this is there is no way to replay the log when clients connect without replaying the whole topic, which can be huge.
link
Sphax
4042 days ago
True, hadn't thought about that.
link