-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Operator tcp input adjustable buffer (#256)
* max_buffer_size for setting max buffer size (used by the bufio scanner). Default value is 1MB, max is 10MB. The bufio package defaults to 64k when a buffer is not provided. https://golang.org/pkg/bufio/\#Scanner.Buffer * test tcp input Build() * add backwards compatible note * add max_buffer_size to tcp input documentation * add v0.13.15 release notes * add tcp input operator max_buffer_size * user helper.ByteSize for max_buffer_size. remove upper limit. set minimum equal to the initial buffer size. * Rename InitialBufferSize with minBufferSize, do not export it.
- Loading branch information
Joseph Sirianni
authored
Mar 1, 2021
1 parent
2de92df
commit 9c501b8
Showing
4 changed files
with
132 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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