nacos-group / nacos-sdk-go

Nacos client in Golang
Apache License 2.0
1.14k stars 340 forks source link

Asynchronous synchronous optimization, sync according to the time returned by the server #618

Open binbin0325 opened 1 year ago

binbin0325 commented 1 year ago

Use case(s) - what problem will this feature solve?

Asynchronous synchronous optimization, sync according to the time returned by the server

Proposed Solution

Eliminates timing synchronization per second

Alternatives Considered

Additional Context

Maijh97 commented 1 year ago

Assign it to me and I'll finish it