docs: fix quote
This commit is contained in:
parent
a239f0523a
commit
c92af4f763
|
@ -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编码。"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue