refactor(io)!: replace erased callbacks with typed model events - #519
Merged
rapids-bot[bot] merged 2 commits intoAug 5, 2026
Merged
Conversation
johanpel
force-pushed
the
schema-based-event-import-iterator-callback
branch
3 times, most recently
from
August 4, 2026 14:42
d5dcdce to
36d25b6
Compare
Signed-off-by: Johan Peltenburg <johan.peltenburg+code@gmail.com>
johanpel
force-pushed
the
schema-based-event-import-iterator-callback
branch
from
August 5, 2026 05:42
36d25b6 to
484292e
Compare
johanpel
marked this pull request as ready for review
August 5, 2026 06:30
johanpel
requested review from
9prady9,
cmatzenbach,
dhruv9vats,
felipeblazing,
johallar,
joosthooz and
mbrobbel
as code owners
August 5, 2026 06:30
📝 WalkthroughWalkthroughThe PR replaces optional exporter configuration with generic context providers, adds ChangesInstrumentation provider flow
Estimated code review effort: 4 (Complex) | ~60 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
dhruv9vats
approved these changes
Aug 5, 2026
Contributor
Author
|
/merge |
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.
Description
Replace generated
AnyEventand type-erased callback records with typed exporter providers.EventCallback<T>an exporter provider while preserving the full event envelopeNoopas the runtime-free providerWritten by Codex.