我正在使用 spring webflux 功能风格。我想创建一个接受大图像文件的端点,并使用 webClient 以流方式将此文件发送到另一个服务。
所有文件处理都应该以流方式进行,因为我不想因为内存不足而导致我的应用程序崩溃。
有办法做到这一点吗?
streaming file-upload spring-boot spring-webflux
file-upload ×1
spring-boot ×1
spring-webflux ×1
streaming ×1