Will Ktor client Apache engine work fine with graalvm or should I use CIO?
a
Aleksei Tirman [JB]
06/04/2024, 6:03 AM
It should be fine if the Apache HTTP client library doesn't use reflection under the hood.
r
Robert Jaros
06/04/2024, 6:04 AM
I think it does. I've tried and I had ClassNotFoundException. Probably I could configure reflection for graalvm, but for now I will just use CIO. It just works.