Re: [akka-user] Slow reactive-kafka consumer when running multiple streams

2018-02-13 Thread Kilic Ali-Firat
Hi, I did a lot of tried and in my case, the bottleneckness was the akka-streams-kafka version. It was not aligned to my kafka server version. You have a look also to field "receive.buffer.bytes" parameter, make some tests with differents values. You also can have a look to your CPUs

Re: [akka-user] Slow reactive-kafka consumer when running multiple streams

2018-02-12 Thread Tal Pressman
Hi, We have several streams in the same runtime and it works fine. We did, however, have problems when trying _a lot_ of consumers (~100, iirc), and ended up sharing. Tal On Tuesday, February 13, 2018 at 1:37:24 AM UTC+2, rrodseth wrote: > > Anyone else running more than one stream in a

Re: [akka-user] Slow reactive-kafka consumer when running multiple streams

2018-02-12 Thread Richard Rodseth
Anyone else running more than one stream in a deployable? Surely the answer must be yes. Would love to know what the problem might be. On Wed, Dec 27, 2017 at 10:02 AM, Harshit Patel wrote: > We have an application that uses reactive-kafka to consume messages from a >