You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could an @Order annotation be added to the gatewayRestClientCustomizer bean? This would give users the ability to add a custom RestClientCustomizer that overrides the requestFactory if needed. I know the ClientHttpRequestFactory bean can be defined, but there could be certain scenarios where the user may have a RestClientCustomizer from a library that sets the requestFactory. Example, a RestClientCustomizer that configures a proxy.
The text was updated successfully, but these errors were encountered:
Could an
@Order
annotation be added to the gatewayRestClientCustomizer bean? This would give users the ability to add a customRestClientCustomizer
that overrides the requestFactory if needed. I know theClientHttpRequestFactory
bean can be defined, but there could be certain scenarios where the user may have aRestClientCustomizer
from a library that sets the requestFactory. Example, a RestClientCustomizer that configures a proxy.The text was updated successfully, but these errors were encountered: