zh:remove redundant glossary (#11931)

This commit is contained in:
Michael 2022-09-17 21:58:15 +08:00 committed by GitHub
parent 5b6b008ee3
commit ea796d1b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 9 deletions

View File

@ -1,4 +0,0 @@
---
title: Mixer Handler
---
Handler 相当于配置完备的 Mixer 适配器。一个适配器二进制文件可以被不同配置使用,这些配置也可以称为 handler。在 Mixer 运行时Mixer 将 [instances](/zh/docs/reference/glossary/#mixer-instance) 路由到一个或多个 handlers。

View File

@ -1,5 +0,0 @@
---
title: Mixer Instance
---
Mixer Instance 表示通过检查一组请求[属性](/zh/docs/reference/glossary/#attribute) 并结合使用者提供的配置而生成的数据块。Mixer Instance 在随请求到达各种基础后端设施的途中,会被传递给各个[处理程序](/zh/docs/reference/glossary/#mixer-handler)。