tchannel
Advanced tools
Changelog
v3.8.1, v3.8.2 (bugfix)
isUnhealthyError
method to TChannel for use in throttling (client
side rate limiting).Changelog
v3.8.0
Changelog
v3.7.3
Changelog
v3.7.1, v3.7.2
Changelog
v3.7.0
allowOptionalArguments
flag for TChannelAsThrift
, so
services and clients can opt-in for the looser semantics for fields of Thrift
argument structs that are not explicitly optional or required. Enabling this
flag makes argument fields optional by default (they were formerly required
by default, and optional was not possible to express). Consequently,
existing IDL should change fields to required, or add null checks to existing
request handlers.Changelog
v3.6.24
choosePeerWithHeap
TChannel option.Hyperbahn:
Thrift:
getServiceEndpoints
method for introspecting methods.