Alexander Blessing

Results 5 comments of Alexander Blessing

For more context, the current model performs poorly at startup for services that perform short bursts of requests. Very early on in the service's lifecycle, these short bursts will get...

We have a service that, at startup, makes a burst of requests to an underlying storage service. The results of these requests are stored in a cache so it's only...

I agree that it feels a bit contradictory. At the very least the current implementation is faulty. @iamdanfox, instead of breaking the API what about introducing a new field (`Map...

+1, though I'd rather have a `Optional getFoo()` method instead. @iamdanfox, are there any plans on supporting this?