-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Merge version v2.0.0 #202
Merged
Merged
Merge version v2.0.0 #202
Conversation
This file contains 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
* #168: first step: replace namespaces in all available classes * #93: documentation alignment * Added a benchmark to verify performance roundtrip (#178) * #53: added new roundtrip benchmark * #53: update performance description file * #168: moved KNet specific classes into dedicated folder * #179: fixed compacted topic creation (#180) * #92: full class review due to breaking change in JCOBridge * #168: first generation * Added KNetCompactedReplicator, evolved KNetProducer and KNetConsumer, enhanced serializer/deserializer (#182) * #92: full class review due to breaking change in JCOBridge * #175: improvements in Consumer/Producer Builders * #175: review classes to accept new KNetCompactedReplicator * #175: added serialization projects * #175: moved to Java SerDes due to error in C# compilation within container * #175: review of KNetConsumer, KNetProducer and KNetSerDes; added specific test for KNetConsumer and KNetProducer * #175: update serialization and added MessagePack type * #175: updates on sync management * #175: documentation update * Update documentation after commit fb2bded * Added missing SourceLink * Configuration is now managed using a JSON file (masesgroup/JNet#179) * Update configuration and files * Temporary commit: many classes shall be removed because are old * #185: fix .NET Framework PowerShell version (#186) * #92: update to JNet 2.0.0.0 * #121: update to version 2.0.0.0 * Correction on namespace * Update classes after JNetReflector update for masesgroup/JNet#195 * #168 (comment): implementation of special listeners * Reviewed implementation of KNet version of ConnectStandalone and ConnectDistributed * #88: full update to Apache Kafka 3.5.0 * Code alignment to latest JNetReflector: nullable native types converted into Java types * Update workflows to avoid documentation generation out of main branch build
V2 merge no squash
masesdevelopers
added
documentation
Improvements or additions to documentation
enhancement
New feature or request
KNet
KNet related issue
KNetCLI
KNetCLI related issue
KNetPS
KNetPS related issue
KNetTemplates
KNet Templates related issue
KNetConnectSDK
KNetConnectSDK related issue
labels
Jul 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
KNet
KNet related issue
KNetCLI
KNetCLI related issue
KNetConnectSDK
KNetConnectSDK related issue
KNetPS
KNetPS related issue
KNetTemplates
KNet Templates related issue
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
This PR updates to the latest revision of the project and introduces some breaking changes because:
Related Issue
Closed #168
Partial fix #24
Fix #92
Fix #88
Fix #121
Motivation and Context
How Has This Been Tested?
Final tests will be done after merge, some smoke test done using the feature branch
Screenshots (if appropriate):
Types of changes
Checklist: