If user provides boolean type in config.node that boolean values was converted into string. Example developer_mode which is of type bool would prevent unmarshal redpanda.yaml as follows:
error unmarshaling JSON: while decoding JSON: json: cannot unmarshal string into Go struct field RedpandaNodeConfig.redpanda.developer_mode of type bool
If user provides boolean type in
config.node
that boolean values was converted into string. Exampledeveloper_mode
which is of type bool would prevent unmarshalredpanda.yaml
as follows: