Basic Feature


Message Types

Kitex supports message types of PingPong、Oneway、Streaming.

Protocol

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.

Warming Up

By warming up the Kite client, we can avoid large delays in the first request.

Deal with panic

This article introduces the way Kitex deals with panic

Acquire Kitex RPC Info