docs: fix quote

This commit is contained in:
Thales Macedo Garitezi 2023-03-24 09:48:35 -03:00
parent a239f0523a
commit c92af4f763
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ emqx_ee_bridge_kafka {
" Note: in this case, then the key must be a valid UTF-8 string.\n"
"<code>base64</code> Uses base-64 encoding on the received key."
zh: "定义了在通过MQTT转发之前如何处理Kafka消息的 Key。"
"<code>none</code> 使用Kafka消息中的 Key 原始值,不进行编码。
"<code>none</code> 使用Kafka消息中的 Key 原始值,不进行编码。"
" 注意在这种情况下Key 必须是一个有效的UTF-8字符串。\n"
"<code>base64</code> 对收到的密钥或值使用base-64编码。"
}