-
Notifications
You must be signed in to change notification settings - Fork 14.5k
KAFKA-18182: KIP-891 Connect Multiversion Support (Base PR with Plugin Loading Isolation Changes) #16984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
KAFKA-18182: KIP-891 Connect Multiversion Support (Base PR with Plugin Loading Isolation Changes) #16984
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
49b37c7
Add multiversioning apis to isolation
snehashisp 1b740cc
add method for header converter
snehashisp 017df62
add getter for all plugins for a class
snehashisp 4744f4f
Allow super to load class but do a version check
snehashisp 8beac31
validate the version when loaded from parent correctly
snehashisp 814ddb7
bug in loadclass, should use fullname
snehashisp 7497ef7
add available version to exception and minor changes
snehashisp 2119a91
Add default version getter
snehashisp f973fd0
add a null check
snehashisp baea3cf
Update log and comment
snehashisp ddec0d8
Rename default version to latest version
snehashisp 9ded1af
fix header converter version
snehashisp 74a0d8f
Use current classloader when version is not present
snehashisp bfa73e7
Remove transformation and predicate getters
snehashisp fbbb0b8
add rawtype annotation
snehashisp 8c334b9
Add a static loader swap method
snehashisp 5fef3f4
Resolve comments on 1st review
snehashisp 5e9f3c7
Remove extra code
snehashisp b2b51c6
Add plugin version utils for parsing versions
snehashisp 1c35aa9
Should return loader
snehashisp 155271b
fix incorrect classloader equality check
snehashisp 8c88d4c
fix whitespace issue
snehashisp d6e3392
Update version loading logic and add return delegating loader
snehashisp b6e2226
Combine loader logic
snehashisp 821a7fe
Don't expose some plugins methods
snehashisp 5b41efe
add safe swap loader instead of static swaploader
snehashisp 158ad0f
Resolve comments
snehashisp 24c95ea
resolve comments and fix some checkstyle
snehashisp 757caba
fix more checkstyle errors
snehashisp fefc9e1
Merge remote-tracking branch 'origin' into multiversioning
snehashisp c12a042
Remove classpath helper
snehashisp 1caa6f8
fix tests
snehashisp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.