https://kotlinlang.org logo
Title
d

davidasync

06/26/2019, 1:33 PM
Hello sorry for noob question again, Is ktor need specific apache version to works? my project utilize nebula global.lock to lock apache version?
✔️ 1
e

e5l

06/26/2019, 1:35 PM
What version of apache do you use?
d

davidasync

06/26/2019, 1:38 PM
"org.apache.httpcomponents:httpclient": {
            "locked": "4.5.2",
It's 4.5.2
e

e5l

06/26/2019, 1:39 PM
It should work
d

davidasync

06/26/2019, 1:40 PM
Thank you I'll try
Could you mind to tell me, what is the minimum apache version to make ktor works as expected ?
e

e5l

06/26/2019, 1:42 PM
I tested it against
4.4
and everything is fine. Probably it can work with early versions.
d

davidasync

06/26/2019, 2:01 PM
I see, Btw last question, What is your best recommendation engine for ktor http client ? is it apache? CIO? jetty ?
e

e5l

06/26/2019, 2:02 PM
Depends on the use case, I prefer to use CIO.
🔥 1
g

gildor

06/26/2019, 2:50 PM
Glad to hear that about CIO as an early adopter
d

davidasync

06/26/2019, 3:04 PM
@e5l is there any good read or documentation to know which engine that good for specific use case?