Hi. I'm trying to display log messages in a view using a Flow.
Log messages are streamed over the network, I can't query them, only receive them one by one.
I want to cache a given amount of messages in-memory, say 10 000, but only show the last N messages in the view (based on user options).
I thought Flow would be great since the view would not consume the flow when not open, and when open user options such as filtering could be applied, and new messages would end up in the view.