Quantcast
Viewing all articles
Browse latest Browse all 1367

How to see the buffer usage

@sigurd wrote:

Hey guys,

Akka stream has a nice feature, the buffers (with backpressure).

source()
.buffer(1000, OverflowStrategy.backpressure())

It works pretty good but sometimes it is hard to decide how big it should be. I see in the logs if its full but not how much of this buffer is used. It could be also too large.
Is there a possibility too see how much data is in a buffer?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 1367

Trending Articles