-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
Sébastien Deleuze opened SPR-15104 and commented
Currently Jackson2JsonEncoder
supports only encoding Flux
as JSON array. This could stay the default, but we also need to support encoding as JSON stream with specified String
separator.
Implementing that as a hint would be flexible and make sense IMO.
Issue Links:
- Provide a way to enable streaming mode via annotations (and eventually app config) [SPR-15103] #19670 Provide a way to enable streaming mode via annotations (and eventually app config)
- Add support for JSON streaming with specified separator in JSON decoder [SPR-15105] #19672 Add support for JSON streaming with specified separator in JSON decoder
- Possible performance issue in the generation of JSON in Spring Web Reactive [SPR-15095] #19662 Possible performance issue in the generation of JSON in Spring Web Reactive
Referenced from: commits 6b9b023, ef550c4
1 votes, 2 watchers
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement