Merged
Conversation
9d34d52 to
330fdb5
Compare
2a860ae to
b5d684c
Compare
6449ac8 to
ada64d4
Compare
b5d684c to
a84ad6c
Compare
Base automatically changed from
fspmarshall/bulk-event-export-api
to
master
September 19, 2024 19:49
a84ad6c to
8c9924c
Compare
rosstimothy
reviewed
Sep 19, 2024
8c9924c to
c1e76e2
Compare
rosstimothy
reviewed
Sep 19, 2024
c1e76e2 to
b15d673
Compare
rosstimothy
approved these changes
Sep 20, 2024
eriktate
approved these changes
Sep 20, 2024
b15d673 to
b12ede4
Compare
|
@fspmarshall See the table below for backport results.
|
fspmarshall
added a commit
that referenced
this pull request
Sep 26, 2024
fspmarshall
added a commit
that referenced
this pull request
Sep 26, 2024
fspmarshall
added a commit
that referenced
this pull request
Sep 26, 2024
This was referenced Sep 26, 2024
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements an exporter helper type intended to make it easier to work with the new bulk event export API introduced in #46399. Fundamentally, this type is basically just doing a fancy version of:
Special care has been taken to ensure that per-event processing and cursor state tracking is simple and performant. Logging has also had custom rate limits applied to help mitigate issues we've seen in testing where event export logs can easily become overwhelming due to the high throughput in large clusters.
This is part of an ongoing body of work related to #46193