docs: improve descriptions
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
parent
ca820dfefc
commit
a239f0523a
|
@ -638,7 +638,7 @@ emqx_ee_bridge_kafka {
|
|||
"<code>base64</code> Uses base-64 encoding on the received key."
|
||||
zh: "定义了在通过MQTT转发之前如何处理Kafka消息的 Key。"
|
||||
"<code>none</code> 使用Kafka消息中的 Key 原始值,不进行编码。”
|
||||
" 注意:在这种情况下,那么键或值必须是一个有效的UTF-8字符串。\n"
|
||||
" 注意:在这种情况下,Key 必须是一个有效的UTF-8字符串。\n"
|
||||
"<code>base64</code> 对收到的密钥或值使用base-64编码。"
|
||||
}
|
||||
label {
|
||||
|
@ -655,12 +655,12 @@ emqx_ee_bridge_kafka {
|
|||
"<code>base64</code> Uses base-64 encoding on the received value."
|
||||
zh: "定义了在通过MQTT转发之前如何处理Kafka消息的 Value。"
|
||||
"<code>none</code> 使用Kafka消息中的 Value 原始值,不进行编码。"
|
||||
" 注意:在这种情况下,那么键或值必须是一个有效的UTF-8字符串。\n"
|
||||
"<code>base64</code> 对收到的密钥或值使用base-64编码。"
|
||||
" 注意:在这种情况下,Value 必须是一个有效的UTF-8字符串。\n"
|
||||
"<code>base64</code> 对收到的 Value 使用base-64编码。"
|
||||
}
|
||||
label {
|
||||
en: "Value Encoding Mode"
|
||||
zh: "编码模式"
|
||||
zh: "Value 编码模式"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue