etcd-io / jetcd

etcd java client
Apache License 2.0
1.08k stars 314 forks source link

core: update errors retryable condition. #1346

Closed Rmarian closed 3 months ago

Rmarian commented 3 months ago

Retry request in case of auth store revision old error from server

Fixes #1344.

lburgazzoli commented 3 months ago

@Rmarian you'd need to format the code

Rmarian commented 3 months ago

@lburgazzoli - is there a gradle task to format them automatically?

lburgazzoli commented 3 months ago

./gradlew :jetcd-core:spotlessApply

Rmarian commented 3 months ago

Thanks! Will try to do it later in the evening. Now I am a bit busy with work...

Rmarian commented 3 months ago

Hi @lburgazzoli ,

Sorry for the late update. I formatted the files.