Hi,
Can anyone recommend a Scala http client that generates responses as futures and works with Flink's child-first class loading for use in Flink async functions?
I have tried the sttp client with OkHttp and Akka backends and both seem to run into class loading problems, but I'm guessing I'm not the only one doing async functions in Scala so figured I'd ask :)
Thanks,
William Saar