jamesnetherton opened a new pull request, #24139:
URL: https://github.com/apache/camel/pull/24139

   AsyncInputStream greedily filled its 16KB buffer before emitting data, which 
blocked SSE events behind the next queue poll. Add an eagerFlush mode that 
emits each chunk immediately, and activate it automatically for 
text/event-stream responses. Also slice the output buffer to the actual bytes 
written to prevent trailing zeroes on partial reads.
   
   Update camel-a2a docs to remove the Vert.x SSE streaming limitation now that 
platform-http delivers events eagerly.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to