Skip to content

Emit datalayer response event on the streaming path#242

Merged
nirrozenbaum merged 2 commits into
llm-d:mainfrom
aradhalevy:fix/datalayer-response-event-streaming
Jul 15, 2026
Merged

Emit datalayer response event on the streaming path#242
nirrozenbaum merged 2 commits into
llm-d:mainfrom
aradhalevy:fix/datalayer-response-event-streaming

Conversation

@aradhalevy

Copy link
Copy Markdown
Contributor

What type of PR is this?

/kind bug

What this PR does / why we need it:

This PR moves the Notify call to the EndOfStreamblock in Server.Process, so it fires exactly once per request on both the buffered and streaming paths.

Which issue(s) this PR fixes:

Fixes #233

Release note (write NONE if no user-facing change):

NONE

Signed-off-by: Arad Halevy <arad.halevy@ibm.com>
Signed-off-by: Arad Halevy <arad.halevy@ibm.com>
@github-actions github-actions Bot added kind/bug Categorizes issue or PR as related to a bug. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jul 15, 2026
@aradhalevy

Copy link
Copy Markdown
Contributor Author

/cc @nirrozenbaum

@github-actions
github-actions Bot requested a review from nirrozenbaum July 15, 2026 10:56
@nirrozenbaum

Copy link
Copy Markdown
Collaborator

/lgtm
/approve

Thanks!

@github-actions github-actions Bot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 15, 2026
@nirrozenbaum
nirrozenbaum merged commit b778a8b into llm-d:main Jul 15, 2026
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Datalayer response event not fired on non-buffering streaming path

2 participants