Last active
March 15, 2019 21:16
-
-
Save vvcephei/2642b493622bd81e90c17a2d36204e38 to your computer and use it in GitHub Desktop.
Suppression Blog Figure 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
events | |
.groupByKey() | |
.windowedBy(TimeWindows.of(Duration.ofMinutes(2))) | |
.count(Materialized.as("count-metric")) | |
// graph servlet queries "count-metric" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment