feat: make POST /events synchronous with validation feedback#752
Open
smrz2001 wants to merge 2 commits into
Open
feat: make POST /events synchronous with validation feedback#752smrz2001 wants to merge 2 commits into
smrz2001 wants to merge 2 commits into
Conversation
smrz2001
had a problem deploying
to
tnet-prod-2024
December 12, 2025 03:25 — with
GitHub Actions
Failure
smrz2001
force-pushed
the
fix/sdk-issues
branch
from
December 15, 2025 03:11
7545bcf to
55e957d
Compare
smrz2001
had a problem deploying
to
tnet-prod-2024
December 15, 2025 03:32 — with
GitHub Actions
Failure
smrz2001
force-pushed
the
fix/sdk-issues
branch
2 times, most recently
from
December 15, 2025 03:48
c5c3311 to
9e27f95
Compare
smrz2001
marked this pull request as ready for review
December 15, 2025 03:50
smrz2001
requested review from
dav1do,
m0ar,
sam701 and
stephhuynh18
and removed request for
a team and
sam701
December 15, 2025 03:50
smrz2001
force-pushed
the
fix/sdk-issues
branch
from
December 15, 2025 03:55
9e27f95 to
b9e3e45
Compare
smrz2001
had a problem deploying
to
tnet-prod-2024
December 15, 2025 04:16 — with
GitHub Actions
Failure
smrz2001
force-pushed
the
fix/sdk-issues
branch
from
December 15, 2025 11:27
b9e3e45 to
bec1d72
Compare
smrz2001
had a problem deploying
to
tnet-prod-2024
December 15, 2025 11:50 — with
GitHub Actions
Failure
- POST /events now blocks until the event is validated by the pipeline - Returns 201 Created with eventId and streamId on successful validation - Returns 202 Accepted with eventId if validation times out (event stored, validation pending) - Returns 400 Bad Request with validation errors if event fails schema validation - Uses event-based subscription to aggregator broadcast - Adds wait_for_event_validation convenience method on AggregatorHandle - updateDocument (SDK) now uses deep merge for partial content updates (nested objects merged recursively, arrays replaced)
smrz2001
force-pushed
the
fix/sdk-issues
branch
from
December 15, 2025 14:21
bec1d72 to
9385e91
Compare
smrz2001
temporarily deployed
to
tnet-prod-2024
December 15, 2025 14:42 — with
GitHub Actions
Inactive
dav1do
reviewed
Dec 17, 2025
dav1do
left a comment
Collaborator
There was a problem hiding this comment.
still need to review the datafusion queries but the approach and server code seems like it should work
smrz2001
temporarily deployed
to
tnet-prod-2024
December 18, 2025 18:48 — with
GitHub Actions
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
eventIdandstreamIdon successful validationeventIdif validation times out (event stored, validation pending)wait_for_event_validationconvenience method onAggregatorHandleupdateDocument(SDK) now uses deep merge for partial content updates (nested objects merged recursively, arrays replaced)