You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by William Saar <wi...@saar.se> on 2019/02/05 16:43:52 UTC

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

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