-
Notifications
You must be signed in to change notification settings - Fork 2
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
Data flow diagram updates - Spring Kafka related #140
Conversation
Draw.io supports editing the generated .png file directly, so including both files is redundant and can risk drift between the two leading to inaccuracy
Draw.io supports editing the generated .png file directly, so including both files is redundant and can risk drift between the two leading to inaccuracy
Refreshed the diagram to reflect recent changes in the data flow. Ensures documentation remains accurate and aligned with the current system.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some diagrams and their descriptions have discrepancies, and a few pieces of information are missing. I've provided several comments to highlight these points. While some issues were pre-existing and not directly tied to the Spring Kafka migration, addressing them now could improve overall clarity and accuracy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
PR Details
Description
Updates to the data flow diagrams related to the recent Spring Kafka migration work. The files with the
drawio
extension were also deleted since Drawio editors can edit the PNG directly. Keeping both around was cumbersome, and the PNG files were more usable anyway (you don't need special editors/tools/parsers to view a PNG).Related Issue
Motivation and Context
These diagram updates weren't performed during the related code changes in #118, #116, #123, #129, #131 and #134.
How Has This Been Tested?
These do not effect the code, so they were not tested.
Types of changes
Checklist:
ODE Contributing Guide