Update 99-parser-plugin.md

This commit is contained in:
wade zhang 2024-09-25 09:01:38 +08:00 committed by GitHub
parent e0559749c0
commit c54a89b47a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ title: "数据解析插件"
sidebar_label: "数据解析插件" sidebar_label: "数据解析插件"
--- ---
接入消息中间时,如果使用 json/regex 等模式解析器无法满足解析需求,同时 UDT 也无法满足性能需求的情况,可以自定义数据解析插件。 接入消息中间时,如果使用 json/regex 等模式解析器无法满足解析需求,同时使用 UDT(自定义解析器) 也无法满足性能需求的情况,可以自定义数据解析插件。
## 插件概述 ## 插件概述