From a141cfc2d3ff5c8811ee6a6f177edffca5c5dfbf Mon Sep 17 00:00:00 2001 From: houfaxin Date: Sat, 8 Feb 2025 15:44:04 +0800 Subject: [PATCH] Update pd-microservices.md --- pd-microservices.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pd-microservices.md b/pd-microservices.md index 70bcaa024075f..a3b26777f7918 100644 --- a/pd-microservices.md +++ b/pd-microservices.md @@ -12,10 +12,6 @@ Starting from v8.0.0, PD supports the microservice mode, which splits the timest Each microservice is deployed as an independent process. If you configure more than one replica for a microservice, the microservice automatically implements a primary-secondary fault-tolerant mode to ensure high availability and reliability of the service. -> **Warning:** -> -> Currently, the PD microservices feature is experimental. It is not recommended that you use it in production environments. This feature might be changed or removed without prior notice. If you find a bug, you can report an [issue](https://github.com/tikv/pd/issues) on GitHub. - ## Usage scenarios PD microservices are typically used to address performance bottlenecks in PD and improve PD service quality. With this feature, you can avoid the following issues: