feat: add streaming arg to createApp()#15483
Conversation
🦋 Changeset detectedLatest commit: ba08958 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
If no adapters are going to use this, why add it? |
IIRC, the node adapter uses it |
There's no valid reason IMO to make
The node adapter uses |
|
@florian-lefebvre For context, we added streaming false because there was an adapter that did not support streaming (I think it was Cloudflare at the time), but I don't think that's the case any more. So I guess I'm questioning the value of the feature in App as well. |
|
Ah gotcha, that's different. I think we probably don't want to remove
How can we decide properly? |
|
I don't want to block and don't have time to create a proposal for removal, so since it already exists I won't oppose. |
|
With |
ascorbic
left a comment
There was a problem hiding this comment.
Approving subject to a clarification in the changeset. I think this is a good option that should possibly be exposed by adapters
|
Yeah I agree being able to set streaming for all adapters would be good, but IIRC not everyone was in favor hence why the node adapter is the only one to have this feature. Personally happy to revisit but that's not blocked by v6 and may need an RFC? |
sarah11918
left a comment
There was a problem hiding this comment.
OK, here are my thoughts on the changeset, @florian-lefebvre !
Co-authored-by: Sarah Rainsberger <[email protected]>
Co-authored-by: Sarah Rainsberger <[email protected]>
sarah11918
left a comment
There was a problem hiding this comment.
Thanks for your persistence! I think this looks good! (I'd remove the extra line, but no complaints from me!)
Changes
streamingtocreateApp(), matchingAppTesting
N/A
Docs