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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

William Saar-2
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