79758864

Date: 2025-09-08 12:26:17
Score: 1
Natty:
Report link

I have found a lot of garbage in my application produced by proxy that is created around of lazy injected dependency. In my case it was a cause of 5% of total allocation rate.

I strongly do not recommend to fix cyclic dependencies via Lazy annotation in case of huge request rate on that dependency(in my case it was ~60000 per second).

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Bukhtoyarov Vladimir