How to implement @RequestPart in a reactive, functional (not annotated) webflux service?
问题 I have a Spring Boot 2, reactive webflux web service, which persists uploaded, multipart fileparts to MongoDB's GridFS. This is working properly. Today, a request was made to include metadata for the files being added to GridFS. Unfortunately, I have not been able to get it to work with my functional/non-annotated web service. I would appreciate any suggestions or nudges in the correct direction. Here are the details: An example of the request being sent to my endpoint: curl -X "POST" "http:/