-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
kind/enhancementCategory issues or prs related to enhancement.Category issues or prs related to enhancement.kind/refactor
Milestone
Description
Is your feature request related to a problem? Please describe.
After Nacos 2.2, The server only can support upgrade from 2.0, and not support upgrade from 1.X. So the cluster default can support Grpc request in any situation.
But some of request like report between servers still use http, I think It should be replaced.
Describe the solution you'd like
- Add grpc request and response.
- modified the relative logic, use grpc to send request between servers default, if target node is unsupported, use http to request.
- mark the http server request and api as Deprecated.
Additional context
Expected report, also should find out other Http request between servers and do replaced.
- replaced
reportAPI. - config-module, CommunicationController - remove
datachangewhich has been replaced by grpc.
Metadata
Metadata
Assignees
Labels
kind/enhancementCategory issues or prs related to enhancement.Category issues or prs related to enhancement.kind/refactor