docs: chane cache to buffer for Kafka bridge description

This commit is contained in:
Zaiming (Stone) Shi 2023-01-12 14:52:27 +01:00
parent b40ce0fc2d
commit 522e091dd2
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ emqx_ee_bridge_kafka {
buffer_memory_overload_protection {
desc {
en: "Applicable when buffer mode is set to <code>memory</code> or <code>hybrid</code>.\n"
"EMQX will drop old cached messages under high memory pressure. "
"EMQX will drop old buffered messages under high memory pressure. "
"The high memory threshold is defined in config <code>sysmon.os.sysmem_high_watermark</code>. "
"NOTE: This config only works on Linux."
zh: "缓存模式是 <code>memory</code> 或 <code>hybrid</code> 时适用。"