Finagle 21.4.0
finaglehelper
released this
28 Apr 18:01
·
781 commits
to develop
since this release
New Features
- finagle-core: Introduce a new ResponseClassifier ('IgnoreIRTEs') that treats
com.twitter.finagle.IndividualRequestTimeoutExceptions as ResponseClass.Ignored.
This response classifier is useful when a client has set a super low RequestTimeout and
receiving a response is seen as 'best-effort'. e897bd67 - finagle-mysql: Introduce support of opportunistic TLS to allow mysql clients
with enabled TLS to speak over encrypted connections with MySQL servers where
TLS is on, and fallback to plaintext connections if TLS is switched off on
the server side. e02495aa
Runtime Behavior Changes
- finagle-core: The "failures" counter is changed to be created eagerly, when no failure
happens, the counter value is 0. d81a57c6