Skip to content
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

[FINERACT-1678] Inline COB API #2675

Merged
merged 1 commit into from Oct 18, 2022
Merged

Conversation

taskain7
Copy link
Contributor

Description

This PR introduces the Inline Loan COB job.
A new API has been introduced to execute Inline COBs.

@taskain7 taskain7 force-pushed the inline-COB-API branch 4 times, most recently from 7f66876 to 5ee624b Compare October 15, 2022 07:22
Copy link
Contributor

@galovics galovics left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall I'm still confused by the naming in the PR. The inline functionality is not tied to COBs but any partitioned job in the future. Let's get rid of this naming and be more generic.

Plus, I'd love to see at least a single integration test for the inline COB's positive scenario.

Copy link

@jdailey jdailey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm certain we can improve test coverage

@taskain7 taskain7 force-pushed the inline-COB-API branch 5 times, most recently from 3a2483c to 4cd30c6 Compare October 17, 2022 10:23

@Override
public CommandProcessingResult processCommand(JsonCommand command) {
List<String> split = Splitter.on("/").splitToList(command.getUrl());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still don't agree with this, please fix it.

@taskain7 taskain7 force-pushed the inline-COB-API branch 7 times, most recently from 7ee1e2f to 9d08a5f Compare October 18, 2022 15:27
@galovics galovics merged commit ebe8743 into apache:develop Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants