-
Notifications
You must be signed in to change notification settings - Fork 93
Reorg #274
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
Reorg #274
Conversation
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.
It's a lot to digest :) but aside from the comments I made it looks good.
I'd suggest we not update the doc until inventory-springboot issue is resolved.
} | ||
} | ||
} | ||
|
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.
what is this?
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.
I'll check
} | ||
} | ||
|
||
public void listenForOrderEventsNew() throws Exception { |
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.
could we call all these method changes "Queue" and "Topic" instead of "Old" and "New" to better describe?
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.
Good idea. I will make that change.
@@ -0,0 +1,29 @@ | |||
-- Copyright (c) 2021 Oracle and/or its affiliates. |
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.
could these file names be more descriptive? eg this file seems to grant privs and add subscriber but is named grabdish/config/db/2db-sa/apply/03-db1-aq.sql
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.
The names are designed to be processed automatically. The number, for example 03, defines the order of application. db1 means apply to db1, the aq refers to AQ settings. I will add a little more description to the name.
I tested and all is working except inventory-springboot. Need help to code for pub/sub. My plan is to check-in, update doc and then publish new label.