From fcecd3e9d48b39fbd1657d46fe58a8bf242b8dea Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Fri, 3 Nov 2023 08:44:01 +0100 Subject: [PATCH] fix(kafka): do not hide nodelay field otherwise: it's returned in the GET response, but it's not allowed in the POST request --- apps/emqx_bridge_kafka/src/emqx_bridge_kafka.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_bridge_kafka/src/emqx_bridge_kafka.erl b/apps/emqx_bridge_kafka/src/emqx_bridge_kafka.erl index 68e84dfc1..617b9afcd 100644 --- a/apps/emqx_bridge_kafka/src/emqx_bridge_kafka.erl +++ b/apps/emqx_bridge_kafka/src/emqx_bridge_kafka.erl @@ -358,7 +358,7 @@ fields(socket_opts) -> boolean(), #{ default => true, - importance => ?IMPORTANCE_HIDDEN, + importance => ?IMPORTANCE_LOW, desc => ?DESC(socket_nodelay) } )},