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
Changes in jetcd 0.5.4 are not compatible with current version.
E.g. it seems io.etcd.jetcd.Observers is missed in new jetcd.
Exception in thread "Thread-2" java.lang.NoClassDefFoundError: io/etcd/jetcd/Observers
at io.etcd.recipes.common.LeaseUtils.keepAlive(LeaseExtensions.kt:33)
at io.etcd.recipes.common.LeaseUtils.keepAliveWith(LeaseExtensions.kt:29)
at io.etcd.recipes.common.KeepAliveUtils.putValuesWithKeepAlive-Q15Xa8I(KeepAliveExtensions.kt:67)
The text was updated successfully, but these errors were encountered:
Changes in jetcd 0.5.4 are not compatible with current version.
E.g. it seems io.etcd.jetcd.Observers is missed in new jetcd.
Exception in thread "Thread-2" java.lang.NoClassDefFoundError: io/etcd/jetcd/Observers
at io.etcd.recipes.common.LeaseUtils.keepAlive(LeaseExtensions.kt:33)
at io.etcd.recipes.common.LeaseUtils.keepAliveWith(LeaseExtensions.kt:29)
at io.etcd.recipes.common.KeepAliveUtils.putValuesWithKeepAlive-Q15Xa8I(KeepAliveExtensions.kt:67)
The text was updated successfully, but these errors were encountered: