Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This changes the Log Emitter to run the `consumerFunc` on the whole batch, instead of splitting the batch into individual entries and calling `consumerFunc` on each of them. This doesn't change much while the Log Emitter has its own `batch` buffer, but if we remove the `batch` buffer (see #35456), this should prevent the performance drop described in #35454.
- Loading branch information