Closed
Description
Is your feature request related to a problem? Please describe.
The use of Akka HTTP currently prevents us of compiling the CLI down to native code using GraalVM. Despite the fact that the CLI currently works fine, it could be much faster which helps in automating query tasks.
Describe the solution you'd like
Use a light weight http client that can be used in a GraalVM build.
Describe alternatives you've considered
none
Additional context
none