Skip to content

Conversation

@smrz2001
Copy link
Collaborator

@smrz2001 smrz2001 commented Dec 12, 2025

  • 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 smrz2001 self-assigned this Dec 12, 2025
@smrz2001 smrz2001 force-pushed the fix/sdk-issues branch 2 times, most recently from c5c3311 to 9e27f95 Compare December 15, 2025 03:48
@smrz2001 smrz2001 marked this pull request as ready for review December 15, 2025 03:50
@smrz2001 smrz2001 requested a review from a team as a code owner December 15, 2025 03:50
@smrz2001 smrz2001 requested review from dav1do, m0ar, sam701 and stephhuynh18 and removed request for a team and sam701 December 15, 2025 03:50
- 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)
Copy link
Collaborator

@dav1do dav1do left a comment

Choose a reason for hiding this comment

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

still need to review the datafusion queries but the approach and server code seems like it should work

@smrz2001 smrz2001 deployed to tnet-prod-2024 December 18, 2025 18:48 — with GitHub Actions Active
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