[akka-user] ReactiveKafka weird performance symptoms

2017-06-12 Thread Cédric Chantepie
Hi, Doing some benchmarks ReactiveKafka, it's seems that whatever is the dispatcher/consumer tuning (or even broker; e.g. I/O or network threads), having multiple Kafka committable sources (so multiple consumer actors) in the same group lead to divide the throughput of a single source. I mean

Re: [akka-user] ANNOUNCE: New Akka documentation, website and Akka 2.5.2 released

2017-06-12 Thread Lee_T
The RSS feed works now. My thanks to the people who fixed it. Lee -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> Search the archives:

[akka-user] ANNOUNCE: Akka 2.4.19

2017-06-12 Thread Patrik Nordwall
Dear hakkers, We are pleased to announce Akka 2.4.19, which is another maintenance release of Akka 2.4. Some notable improvements and bug fixes are: - Fix Akka Remoting issue (ResendUnfulfillableException) after transport failure detection, #23010