finagle-21.4.0
版本发布时间: 2021-04-29 02:01:24
twitter/finagle最新发布版本:finagle-24.5.0(2024-05-08 03:46:22)
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