Will Ktor client Apache engine work fine with graa...
# ktor
r
Will Ktor client Apache engine work fine with graalvm or should I use CIO?
a
It should be fine if the Apache HTTP client library doesn't use reflection under the hood.
r
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.