We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type: feature request
Related #3192
Since the nacos-client module involves more http requests, it is split into naming, config replace task according to the package.
replace task:
naming
config
The text was updated successfully, but these errors were encountered:
[ISSUE #3224]nacos-client module http client replace (#3348)
63a4e30
* nacos-client module http client replace * fix code style problem * add HashMap initialCapacity * fix code style problem * Modify the header object, keep the original response header to avoid modifying the original logic code * fix code style problem * naming http client request exception messages output change * Merge code
At present, the http client of nacos-client module has been replace, this issue can be closed. @KomachiSion
Sorry, something went wrong.
Maijh97
No branches or pull requests
Issue Description
Type: feature request
Describe what happened (or what feature you want)
Related #3192
Since the nacos-client module involves more http requests,
it is split into naming, config replace task according to the package.
replace task:
naming
config
Describe what you expected to happen
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Anything else we need to know?
The text was updated successfully, but these errors were encountered: