Skip to content

Instantly share code, notes, and snippets.

@confluentgist
Forked from vvcephei/suppression-blog-figure-1.java
Last active March 19, 2019 03:49
Show Gist options
  • Save confluentgist/f6e8ab61d4fc324ac103c610506e3785 to your computer and use it in GitHub Desktop.
Save confluentgist/f6e8ab61d4fc324ac103c610506e3785 to your computer and use it in GitHub Desktop.
Suppress
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