Basic Feature


Message Types

Kitex supports message types of PingPong、Oneway、Streaming.

Serialization Protocol

Kitex supports Thrift and Protobuf codec.

Transport Protocol

Kitex supports transport protocols of TTHeader、HTTP2.

Visit Directly

Kitex can opt for direct access without service discovery when the downstream address is clear.

Connection Type

Kitex supports short connections, long connection pool, connection multiplexing and connection pool status monitoring.

Business Exception

Kitex has provided business custom exceptions since v0.4.3. This doc covers the interface definition, user usage, and framework implementation.


Last modified April 18, 2023 : docs(wip): request context handler (36ea2d4)