-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
enhancementNew feature or requestNew feature or requestnever staleIssues marked with this label will be never staled and automatically removedIssues marked with this label will be never staled and automatically removedpkg/stanzarelease:required-for-gaMust be resolved before GA releaseMust be resolved before GA release
Description
Component(s)
pkg/stanza
Is your feature request related to a problem? Please describe.
With the introduction of batching in File consumer in #35455, Stanza operators can now receive a batch of entries for processing, instead of single entries. Most Stanza operators already correctly process batches of entries without splitting them, as implemented in #39575. The syslog operator is one of the few operators that still split batches of entries, which has a negative impact on performance.
Describe the solution you'd like
The syslog operator should process batches of entries without splitting the batches.
Describe alternatives you've considered
No response
Additional context
No response
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestnever staleIssues marked with this label will be never staled and automatically removedIssues marked with this label will be never staled and automatically removedpkg/stanzarelease:required-for-gaMust be resolved before GA releaseMust be resolved before GA release