mirror of https://github.com/istio/istio.io.git
zh-translation: /faq/mixer/writing-custom-adapters.md (#5625)
* zh-translation: /faq/mixer/writing-custom-adapters.md * 【fix】 fix some space
This commit is contained in:
parent
bddef91b2d
commit
eb00d476fa
|
@ -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 >}}
|
||||
|
|
Loading…
Reference in New Issue