Sorry, I oversimplified the question. The last emitted values are kept in the replay cache, but in the extra buffer, they are kept until all subscribers read them, right?
s
Sam
10/11/2024, 8:08 AM
If there's no replay cache, a value in the buffer disappears once all subscribers have seen it, yes. (In that scenario, if there are no subscribers, values are dropped immediately and not buffered.) But if there's a replay cache, values in the extra buffer will eventually just make their way into that replay cache, as older values are consumed.