Jonathan Halterman
Jonathan Halterman
Interesting alternative... I left some comments on the PR. Interested to get feedback.
> Even weirder, it seems to be cached for some short default duration that I did not define anywhere (1 minute?) This sounds like a bug > Is there a...
Do you have a unit test that demonstrates the problem?
Hi Costi - Metrics could be useful, but no plans to add them since it's another dependency that many users would not like/want/need. You can of course introspect an ExpiringMap...
Edited: Something like CacheStats (`MapStats` in our case) would be a good approach, and a good addition to ExpiringMap, if there's enough interest for such a thing. Any interested parties,...
How would this be different than `ExpirationPolicy.ACCESSED`?
That's right - so how would ONLY_IF_ACCESSED work - start the timer for an entry after it's accessed for the first time, and reset after each subsequent access?
Keeping copyrights up to date is a never ending process. Feel free to send a PR :)
The API could certainly support a Predicate to determine if a failure should be retryable, and the default predicate could match the retry exceptions list, which the user could still...
What version of Lyra and amqp-client are you using? Also, what are the exact steps to reproduce? Can it be done with a single, non-clustered instance?