0

Heron documentation says that it is possible to implement Tumbling windows based on counts. However, heronpy.api.bolt.window_bolt.TumblingWindowBolt has only WINDOW_DURATION_SECS field. How can I implement TumblingWindowBolt based on tuple counts?

Alexandr Proskurin
  • 217
  • 1
  • 2
  • 7

1 Answers1

0

It seems Python API hasn't implemented the feature yet. Java has the best feature support if it is an option to you.

Ning Wang
  • 96
  • 3