|
|
|
|
|
by rad_gruchalski
1745 days ago
|
|
That’s most likely the trade off between the queue and a log. The property of the log is having to look at every message. The prefixes can be somewhat done with a custom partitioner, the lookup requires another technology. The only way to know the final value under the key is to look at the complete log. |
|