jason810496 commented on issue #46657:
URL: https://github.com/apache/airflow/issues/46657#issuecomment-2661428033

   Hi, I'd be happy to work on this issue.  
   
   I have previously worked on a related issue:  
   [ [Resolve OOM When Reading Large Logs in Webserver] Refactor to Use K-Way 
Merge for Log Streams Instead of Sorting Entire Log Records #45129 
](https://github.com/apache/airflow/pull/45129) .  
   
   Additionally, I believe that `accept: text/plain` or `application/x-ndjson` 
would be more appropriate than `application/json` for the request header. Since 
`application/json` does not support **streaming** responses, using it could 
lead to OOM issues when serializing large logs.  
   
   To summarize, should we finalize the choice between `text/plain` and 
`application/x-ndjson` and also move the continuation token to a header as the 
acceptance criteria for this issue?  
   


-- 
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