Best Practice


Usage Attention

Graceful Shoutdown

Using a K8s deployment platform as an example, let’s explain how to build a service architecture with graceful shutdown capability based on the principles of Kubernetes and Kitex’s graceful shutdown feature.

Error Handle

In addition to RPC exceptions provided by the framework by default, Kitex also provides business exceptions for users to set. This doc focuses on best practices for RPC exceptions and business exceptions.

Integration Testing


Last modified February 27, 2024 : docs: add best practice (#957) (878e939)