spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Support for RSocket per-stream data MIME type extension

Open rstoyanchev opened this issue 4 years ago • 2 comments

At present there can be only one data MIME for the every request/stream on the connection. This is negotiated in the SETUP frame. The Stream Data MIME Types Metadata Extension defines a way to declare the data MIME type for a specific request/stream. This includes a MIME type for the request input and an "acceptable" MIME type for the response.

rstoyanchev avatar Jan 12 '21 15:01 rstoyanchev

I'll work on it

rudy2steiner avatar Jan 12 '21 15:01 rudy2steiner

This would be useful for the RSocket Routing Broker

spencergibb avatar Feb 11 '21 14:02 spencergibb