Closed danielhopkins closed 10 years ago
Thanks for reporting, there actually were connection leaks in the code which should now be fixed with d92383758b00b888b0c338c938a4b70dad54dcc1. Can you please verify?
Also, too many topics in Kafka (= too many persistent actors) can also cause a too many open files
(see also this question on Quora and this discussion on akka-user).
looks good to me, under heavy load it's only using a couple of connections now
feel free to close this and thanks for the fix
You're welcome, thank you for your valuable feedback.
I'm running on the HEAD commit (3646d8795eb78e0aa44f8418ed2d70f742ebaf77) and there seem to be lots of open socket connections between kafka and the persistence application.
On os x at least I run this periodically:
During load testing I'm running into to "too many open files" which I think might be related.
Could there be a connection leak in there?