You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need something mote than than, like a real unit test that fail after some time which I can add to the test suite. Also the exact etcd configuration and possibly some logs of both etcd and jetcd.
**0.7.7 **
Describe the bug
When I call leaseClient.keepAlive several minutes later the function onCompleted will be called and the keepAlive will stop
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
leaseClient.keepAlive(myselfNodeInfo.getLeaseId(), new StreamObserver() {
@OverRide
public void onNext(LeaseKeepAliveResponse value) {
log.info("ppppppp get id ={} ttl ={}", value.getID(), value.getTTL());
}
The text was updated successfully, but these errors were encountered: