Hi all, As per the discussion on [1], I've implemented a PE to rate-limit events. For now, it supports the following configurations, and I believe it covers most rate-limit use cases. What do you think?
- window type: time/length - window size. - event selection: first/last/all - event grouping: by field (for each unique field value, it'll create a separate window) Issue: https://issues.apache.org/jira/browse/STREAMPIPES-147 PR: https://github.com/apache/incubator-streampipes-extensions/pull/18 [1] https://lists.apache.org/thread.html/r836afda725bab338d81174c3f37b425f3cdd95c7b8699b1841d93170%40%3Cdev.streampipes.apache.org%3E Grainier Perera.
