我在Flink编程中遇到了与How to count unique words in a stream?相同的问题。但是,答案使用Scala API来解决问题。 Flink Java API是否支持filterWithState
转换? Java API能解决问题吗?
答案 0 :(得分:1)
mapWithState
和https://api.pinterest.com/oauth/?
response_type=code&
redirect_uri=https://mywebsite.com/connect/pinterest/&
client_id=12345&
scope=read_public,write_public&
state=768uyFys
是Flink Scala API的一些语法糖,Java API中没有这些语法。但是编写有状态转换和过滤器的基本机制确实存在于Java中 - 请参阅documentation。