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
Is your feature request related to a problem? Please describe.
In the naming module, there is an interface for using get to request send body, because the unified http client currently implemented is the implementation of JDK, which makes it impossible to support get request transmission body.
Describe the solution you'd like
Add an apache http client factory to create a NacosRestTemplate that depends on the apache http client implementation.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In the
naming
module, there is an interface for using get to request send body, because the unified http client currently implemented is the implementation of JDK, which makes it impossible to support get request transmission body.Describe the solution you'd like
Add an apache http client factory to create a
NacosRestTemplate
that depends on the apache http client implementation.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: