cauchy1988
cauchy1988
> It's a good design, but why not use `version` to determine which implementation to use This is also a solution, but you need to remember the mapping between each...
> It seems that the negotiation is designed especially for the batchget3 interface or My idea is: the new server itself should be compatible with the old client, this is...
> If you still want to handle the replica version, you can let meta to sync the replica server in `config_sync` and return the client. > > In short, I...
> If you still want to handle the replica version, you can let meta to sync the replica server in `config_sync` and return the client. > > In short, I...
> If you still want to handle the replica version, you can let meta to sync the replica server in `config_sync` and return the client. > > In short, I...
> ## 1 > > The java client may pull outdated feature list data, so we need a timer repeated scheduled function process used to continuously update the local feature...
> > java client will not get the no support response > > Yeah, I see, you are right so sadly, I should implement a periodical running task to update...