Re: Rich variant for Async IO in Scala
Posted by Timo Walther on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Rich-variant-for-Async-IO-in-Scala-tp24388p24464.html
Hi Bruno,
`org.apache.flink.streaming.api.functions.async.RichAsyncFunction`
should also work for the Scala API. `RichMapFunction` or
`RichFilterFunction` are also shared between both APIs.
Is there anything that blocks you from using it?
Regards,
Timo
Am 09.11.18 um 01:38 schrieb Bruno Aranda:
> Hi,
>
> I see that the AsyncFunction for Scala does not seem to have a rich
> variant like the Java one. Is there a particular reason for this? Is
> there any workaround?
>
> Thanks!
>
> Bruno