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
if _, err := cli.KeepAlive(context.TODO(), resp.ID); err != nil { return fmt.Errorf("grpclb: refresh service '%s' with ttl to clientv3 failed: %s", service, err.Error()) }
cli.KeepAlive返回的<-chan *LeaseKeepAliveResponse 没有消费,会一直发送keep alive requests,虽然不影响功能但是影响性能
The text was updated successfully, but these errors were encountered:
不消费就是为了不断发心跳保活啊,性能我没有实测过,应该还好
Sorry, something went wrong.
ok~
No branches or pull requests
cli.KeepAlive返回的<-chan *LeaseKeepAliveResponse 没有消费,会一直发送keep alive requests,虽然不影响功能但是影响性能
The text was updated successfully, but these errors were encountered: