Message Types
Kitex supports message types of PingPong、Oneway、Streaming.
Kitex supports message types of PingPong、Oneway、Streaming.
Kitex supports Thrift and Protobuf codec.
Kitex supports transport protocols of TTHeader、HTTP2.
Kitex can opt for direct access without service discovery when the downstream address is clear.
Kitex supports short connections, long connection pool, connection multiplexing and connection pool status monitoring.
Kitex has provided business custom exceptions since v0.4.3. This doc covers the interface definition, user usage, and framework implementation.
By warming up the Kite client, we can avoid large delays in the first request.
This article introduces the way Kitex deals with panic