fix(kafka): do not hide nodelay field

otherwise:
it's returned in the GET response,
but it's not allowed in the POST request
This commit is contained in:
Zaiming (Stone) Shi 2023-11-03 08:44:01 +01:00
parent 65ba0b9de4
commit fcecd3e9d4
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ fields(socket_opts) ->
boolean(), boolean(),
#{ #{
default => true, default => true,
importance => ?IMPORTANCE_HIDDEN, importance => ?IMPORTANCE_LOW,
desc => ?DESC(socket_nodelay) desc => ?DESC(socket_nodelay)
} }
)}, )},