Violeta Georgieva
Violeta Georgieva
@crankydillo Can you rework the POC in a way so that it accepts `Retry` configuration?
@crankydillo Basically you separated the retry functionality and redirect. I would imaging an API that receives a Retry configuration and we can use it instead of some default Retry configuration....
@glennosss I'm adding this to the `General Backlog`. Once we have support in Netty, we can discuss in which Reactor Netty version this feature can be added.
@odravison we have `uri(URI)` isn't this helpful?
We need to evaluate https://github.com/reactor/reactor-core/pull/3123
@odravison No it is not. Are you interested in providing a PR?
@odravison There is similar feature request for query params on the client https://github.com/reactor/reactor-netty/issues/753
@odravison Also can you clarify the use case? Is it for routing? If yes can't you use the current API for custom predicates for routing?
Note: When implementing this feature, we need to discuss also non URL-encode query parameters - #1561
@ricardkollcaku We are working on fixes related to the observed behaviour.