Skip to content

fix: return batch errors alongside successfully inserted objects #358

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

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

bevzzz
Copy link
Collaborator

@bevzzz bevzzz commented Mar 4, 2025

This PR aligns Java client with how Go client treats partial errors in batch.

I had to make a tradeoff between gRPC batching returning the same response as REST-batching and returning a response that's similar to the one internalGrpc returns now; I opted for the latter. Check this comment for more details.

@bevzzz bevzzz requested a review from antas-marcin March 4, 2025 13:14
Copy link

@orca-security-eu orca-security-eu bot left a comment

Choose a reason for hiding this comment

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

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

@bevzzz bevzzz merged commit 53ea86b into main Mar 6, 2025
5 checks passed
@bevzzz bevzzz deleted the fix/batch-response branch March 6, 2025 09:51
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.

2 participants