What async Scala HTTP client do people use with Flink async functions?

Posted by William Saar-2 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/What-async-Scala-HTTP-client-do-people-use-with-Flink-async-functions-tp25930.html

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