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:
parent
65ba0b9de4
commit
fcecd3e9d4
|
@ -358,7 +358,7 @@ fields(socket_opts) ->
|
|||
boolean(),
|
||||
#{
|
||||
default => true,
|
||||
importance => ?IMPORTANCE_HIDDEN,
|
||||
importance => ?IMPORTANCE_LOW,
|
||||
desc => ?DESC(socket_nodelay)
|
||||
}
|
||||
)},
|
||||
|
|
Loading…
Reference in New Issue