Forked from vvcephei/suppression-blog-figure-5.java
Last active
March 19, 2019 03:48
-
-
Save confluentgist/f8149259a04033b36b81ebfd972a6e05 to your computer and use it in GitHub Desktop.
Reconfiguring Buffer Size at Runtime
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
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