Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save confluentgist/f8149259a04033b36b81ebfd972a6e05 to your computer and use it in GitHub Desktop.
Save confluentgist/f8149259a04033b36b81ebfd972a6e05 to your computer and use it in GitHub Desktop.
Reconfiguring Buffer Size at Runtime
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