From eb00d476fa0976063fbc4cbd35949d92953dc5ed Mon Sep 17 00:00:00 2001 From: Kyle Liu Date: Wed, 13 Nov 2019 10:03:00 +0800 Subject: [PATCH] zh-translation: /faq/mixer/writing-custom-adapters.md (#5625) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * zh-translation: /faq/mixer/writing-custom-adapters.md * 【fix】 fix some space --- content/zh/faq/mixer/writing-custom-adapters.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/content/zh/faq/mixer/writing-custom-adapters.md b/content/zh/faq/mixer/writing-custom-adapters.md index fb347e63f8..a53b82cca2 100644 --- a/content/zh/faq/mixer/writing-custom-adapters.md +++ b/content/zh/faq/mixer/writing-custom-adapters.md @@ -1,15 +1,14 @@ --- -title: How can I write a custom adapter for Mixer? +title: 如何编写用于 Mixer 的自定义适配器? weight: 40 --- -Learn how to implement a new adapter for Mixer by consulting the -[Adapter Developer's Guide](https://github.com/istio/istio/wiki/Mixer-Compiled-In-Adapter-Dev-Guide). +可以阅读 +[适配器开发指南](https://github.com/istio/istio/wiki/Mixer-Compiled-In-Adapter-Dev-Guide) +了解有关如何为 Mixer 实施新适配器。 {{< idea >}} -Istio 1.0 introduces initial support for out-of-process adapters. This will -be the recommended approach moving forward for integrating with Mixer. Initial documentation on -how to build an out-of-process adapter is provided by the -[Out Of Process Adapter Dev Guide](https://github.com/istio/istio/wiki/Mixer-Out-Of-Process-Adapter-Dev-Guide) -and the [Out of Process Adapter Walk-through](https://github.com/istio/istio/wiki/Mixer-Out-Of-Process-Adapter-Walkthrough). +Istio 1.0 开始支持进程外适配器。 这是推荐与 Mixer 持续集成的方法。 有关如何开始构建进程外适配器的文档有 +[进程外适配器开发指南](https://github.com/istio/istio/wiki/Mixer-Out-Of-Process-Adapter-Dev-Guide) +和[进程外适配器概览](https://github.com/istio/istio/wiki/Mixer-Out-Of-Process-Adapter-Walkthrough)。 {{< /idea >}}