Skip to content

Instantly share code, notes, and snippets.

@vvcephei
Last active March 15, 2019 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vvcephei/2642b493622bd81e90c17a2d36204e38 to your computer and use it in GitHub Desktop.
Save vvcephei/2642b493622bd81e90c17a2d36204e38 to your computer and use it in GitHub Desktop.
Suppression Blog Figure 1
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