airlift / drift

An annotation-based Java library for creating Thrift serializable types and services.
Apache License 2.0
242 stars 92 forks source link

Allow configuring retry on a per method basis #118

Closed electrum closed 4 years ago

electrum commented 4 years ago

The classifier is used in preference to the per method retry value, effectively making it a default, as the classifier can take advantage of information in the actual exception instance to make a decision.