-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Currently the message buffer size represents the number of log messages (lines) and not their individual sizes. This is desirable in many (most?) cases, however this may not be so useful when log messages are extremely large, as it could result in log2fluent consuming lots of memory, or worse, stalling, while it attempts to read the long lines into memory.
The buffering strategy should be configurable by the user via some flag(s), to be either line or byte based. This will require a different implementation of the reader goroutine.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed