-
Notifications
You must be signed in to change notification settings - Fork 38.7k
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
Rossen Stoyanchev opened SPR-11183 and commented
The cache is intended to buffer messages in the period when one HTTP streaming/polling connection ends and before the client open another one (a very brief period of time usually).
Currently if the buffer is full an IllegalStateException results. Instead we could block the message sending thread pushing the overload back to the consumer.
Affects: 4.0 RC2
Referenced from: commits c1f3da0
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