Hello everyone, hope you are doing fine Is there a...
# flow
d
Hello everyone, hope you are doing fine Is there a way to add
replay
cache to
Flow
sth like
Flow.buffer(capacity = 1, replay = 1, onBufferOverflowStrategy = DROP_OLDEST)
for example?
a
You can use hot flow (
SharedFlow
) which offers you those configurations
d
That is exactly what I am trying to avoid, trying to understand how sharedFlow, or just the replay cache is created internally