-
Notifications
You must be signed in to change notification settings - Fork 604
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
Split Reactive Messaging Fat #30587
base: integration
Are you sure you want to change the base?
Split Reactive Messaging Fat #30587
Conversation
#build (view Open Liberty Personal Build - ❌ completed with errors/failures.) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
94d8c77
to
91f190a
Compare
#build (view Open Liberty Personal Build - ❌ completed with errors/failures.) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
#build (view Open Liberty Personal Build - ❌ completed with errors/failures.) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_SwKD0Ng_Ee-0yqtOHBleJw Target locations of links might be accessible only to IBM employees. |
#build (view Open Liberty Personal Build - ❌ completed with errors/failures.) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_hbTToNkxEe-0yqtOHBleJw Target locations of links might be accessible only to IBM employees. |
#build (view Open Liberty Personal Build - ❌ completed with errors/failures.) Note: Target locations of links might be accessible only to IBM employees. |
Due to the addition of MP7 repeats, we are regularly seeing the RM fat timeout during SOE runs. As such it makes sense to split the fat. This division has been done based on core functionality tests and Kafka Security. Given that Kakfa security is a focused area, if we were to do similar work for another messaging provider, we would probably split it out in this way. There is some duplication of application code between them given the prolifict use of the base messaging beans, but given these do not change, for now this is OK, if another suite was to be added to this, then these should be moved into the common repo.
b0488c6
to
edc6692
Compare
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_JiNLwdnaEe-0yqtOHBleJw Target locations of links might be accessible only to IBM employees. |
#build (view Open Liberty Personal Build - ⏳InProgress) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
Due to the addition of MP7 repeats, we are regularly seeing the RM fat timeout during SOE runs. As such it makes sense to split the fat.
This division has been done based on core functionality tests and Kafka Security. Given that Kakfa security is a focused area, if we were to do similar work for another messaging provider, we would probably split it out in this way.
There is some duplication of application code between them given the prolifict use of the base messaging beans, but given these do not change, for now this is OK, if another suite was to be added to this, then these should be moved into the common repo.
Fixes RTC 299964
release bug
label if applicable: https://github.com/OpenLiberty/open-liberty/wiki/Open-Liberty-Conventions).################################################################################################
Delete this section and fill in the remaining info from the template
ATTENTION, READ THIS: Updated July 2024
Read and understand this completely, then delete the static part of the template.
If a reviewer or merger sees this template, they should fail the review or merge.
If this code change is fixing a user-visible bug in previously released code, it MUST
have an associated issue mentioned in the PR text or description.
That Issue also MUST be labelled “release bug”
This directs automation to scrape this fix for inclusion in the next release's
list of bugs fixed.
The linkage between PR and Issue should use the
Fixes #...
syntax rather than a manuallink via the Development widget.
Otherwise, a link to an issue or specific issue labels are optional.
For full details, please see this wiki page: https://github.com/OpenLiberty/open-liberty/wiki/Open-Liberty-Conventions
################################################################################################