Skip to content

Instantly share code, notes, and snippets.

@vvcephei
Created March 6, 2019 17:37
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/dc0af738ca1853e553e476841bd71777 to your computer and use it in GitHub Desktop.
Save vvcephei/dc0af738ca1853e553e476841bd71777 to your computer and use it in GitHub Desktop.
Suppression Blog Figure 5
builder
.table("users")
.suppress(Suppressed.untilTimeLimit(
BufferConfig.maxBytes(myConfig.getUsersBufferSize())
))
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment