Skip to content

feat: batch processing#686

Merged
BenniR6 merged 9 commits into
mainfrom
feature/batch-raw-processing
Mar 19, 2026
Merged

feat: batch processing#686
BenniR6 merged 9 commits into
mainfrom
feature/batch-raw-processing

Conversation

@ikalachy

@ikalachy ikalachy commented Mar 9, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@ikalachy ikalachy marked this pull request as ready for review March 9, 2026 13:33
@ikalachy ikalachy requested a review from a team as a code owner March 9, 2026 13:33
radrt
radrt previously approved these changes Mar 12, 2026
if (config == null) {
return Collections.emptyMap();
}
JsonObject map = config.getJsonObject(CONFIG_RAW_BATCH_PROCESSING);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

could this throw an exception ?

})
// TODO depending on the config either create Olingo or CDS based OData V4 handlers here
.handler(getRequestHandler(edmxModel, uriConversion));
.handler(getRequestHandler(edmxModel, uriConversion, config));

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

for me it is not clear what happens if something goes wrong in the complete block here. For me it looks like, we should maybe return something by default or have a defined exception?

@sonarqubecloud

Copy link
Copy Markdown

@ikalachy ikalachy requested review from BenniR6 and radrt March 19, 2026 11:55

@BenniR6 BenniR6 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@BenniR6 BenniR6 merged commit 26fdc0b into main Mar 19, 2026
9 checks passed
@BenniR6 BenniR6 deleted the feature/batch-raw-processing branch March 19, 2026 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants