ehcache / ehcache3

Ehcache 3.x line
http://www.ehcache.org
Apache License 2.0
2k stars 579 forks source link

Cache events listeners descend too far down the "firing sequence" for "unfireable events" #3169

Open chrisdennis opened 1 year ago

chrisdennis commented 1 year ago

Cache events listeners will get all the way to dispatching a task, including potentially spawning a thread , for events of a type for which there are no listeners. We have all the knowledge available to trim the call tree much sooner, and should be doing so.

SamuelBussmann commented 1 year ago

Is there anything I can do to support resolving this issue?

SamuelBussmann commented 1 month ago

I've created an alternative/extended solution to this issue through Pull-Request #3236 I hope you can have a look at it and check whether it is a viable solution worth checking further.