Thank you Alex, 

I will give a try :)

Le vendredi 23 juin 2017 23:30:54 UTC+2, Kilic Ali-Firat a écrit :
>
> Did you do something like this ? 
>
> libraryDependencies ++= Seq(
>   "com.typesafe.akka" %% "akka-stream-kafka" % "0.16"
> )
>
> dependencyOverrides += (
>   "org.apache.kafka" % "kafka-clients" % "0.10.0.1"
> )
>
> Using dependencyOverrides on kafka-clients should not be enough to get the 
> same speedup .. 
>
> Le vendredi 23 juin 2017 23:27:43 UTC+2, Alex Cozzi a écrit :
>>
>> yes, in our dependencies we do not only include reactive kafka, but also 
>> explicitly the dependencies on kafka libs so that we can force 0.10.0.1.
>>
>>
>> On Friday, June 23, 2017 at 1:50:33 PM UTC-7, Kilic Ali-Firat wrote:
>>>
>>> Oh so I'm not the only one to observe a such throughput.
>>>
>>> Maybe a stupid question but how did you force the compilation against 
>>> the 0.10.0.1 release of kafka libs ?
>>>
>>> Le vendredi 23 juin 2017 22:24:21 UTC+2, Alex Cozzi a écrit :
>>>>
>>>> We observed a similar slowdown when i use reactive kafka (which uses 
>>>> kafka 0.10.2.0 as dependency) connecting to a 0.10.0.0 server, but we 
>>>> solved by forcing compiling against the 0.10.0.1 release of the kafka 
>>>> libraries (kafka-clients and kafka_2.11) we get the same speedup. I think 
>>>> it has to do with 0.10.2.0 client libraries running in compatibility 
>>>> mode). 
>>>>
>>>> On Friday, June 23, 2017 at 10:10:20 AM UTC-7, Kilic Ali-Firat wrote:
>>>>>
>>>>> *kafka broker is kafka_2.11-0.10.0.0
>>>>
>>>>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to