docs: chane cache to buffer for Kafka bridge description
This commit is contained in:
parent
b40ce0fc2d
commit
522e091dd2
|
@ -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> 时适用。"
|
||||
|
|
Loading…
Reference in New Issue