|
|
|
|
|
by corneliusphi2
1944 days ago
|
|
I'd say that the difference was the systems behavior in the presence of IO, and it's pretty important in my experience. Micro-batching systems hold up processing while waiting for IO but proper streaming implementations continue using cpu for elements at other points in the stream, very roughly. |
|
Gazette consumers use this strategy: https://gazette.readthedocs.io/en/latest/consumers-concepts....