kafka stream windowedBy not producing results when expected

后端 未结 0 908
终归单人心
终归单人心 2020-12-31 17:50

I\'m doing this simple windowed aggregation in kafka streams:

...
.groupByKey(/* Serde stuff */)
.windowedBy(TimeWindows.of(
        Duration.ofSeconds(5)
).g         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题