vkuznetsov
07/20/2020, 4:38 PMConflatedBroadcastChannel
to act as in-memory cache
2. To have observability return it asFlow()
. Flow just to not use channels in the public API
3. Have second ConflatedBroadcastChannel
to receive update request events that will be used asFlow
just to debounce
the refreshing
So I’m just thinking maybe there are already some flow builders or just any other approach that could make the solution simpler for this case?