RE: Improving exception classification for retries

2019-07-22 Thread Krajcsovszki, Gergely
Thanks, I'll check that out and create a PR once we have something. Gergely -Original Message- From: Jordan Zimmerman [mailto:jor...@jordanzimmerman.com] Sent: Monday, July 22, 2019 16:35 To: user@curator.apache.org Subject: Re: Improving exception classification for retries > w

Re: Improving exception classification for retries

2019-07-22 Thread Jordan Zimmerman
> what would you say about making it fully spring-retry based I'm -1 on adding a dependency to Spring. > contributing some improvements about Curator's retry logic That would be great and very much appreciated. > What is your policy on breaking changes? We've always tried to be backward

Improving exception classification for retries

2019-07-22 Thread Krajcsovszki, Gergely
Dear Curator devs, We are considering contributing some improvements about Curator's retry logic, specifically how exceptions are classified as retriable and non-retriable, and would like to discuss what kind of changes you would be open to. Our immediate goal is to make it configurable