Use case: Developers want to create PROTO implementation (more efficient), however, want to also expose as rest, to support non-proto clients -- perhaps we are in technology-transition time?
This does not work for netty, but works for tomcat, so likely some platform config issue?
Please make it easy to expose PROTO implementation as rest, without code duplication.

+1
Protobuf support is provided in Spring WebFlux via ProtobufDecoder and ProtobufEncoder. Could you please check what prevents you to use that support?
Json serialization/deserialization doesn't work for protobufs when using webflux.
Ok I understand now, so this is about providing similar capablities than ProtobufJsonFormatHttpMessageConverter bu on codecs/WebFlux side.
Most helpful comment
Ok I understand now, so this is about providing similar capablities than
ProtobufJsonFormatHttpMessageConverterbu on codecs/WebFlux side.