Kang Zou
Kang Zou
I have encountered similar problems, I think there is a better solution, here is my code: ```java import java.util.List; import java.util.function.Function; import org.springframework.cloud.gateway.filter.GatewayFilter; import org.springframework.cloud.gateway.filter.GatewayFilterChain; import org.springframework.cloud.gateway.filter.factory.rewrite.CachedBodyOutputMessage; import org.springframework.cloud.gateway.support.BodyInserterContext; import...
@bergerst Yes, I was wrong. I test my application as you suggested and got an out of memory error for Direct Memory. I wonder Method `windowUntil` of `Flux` may help...