Investigate alternative for Unmarshaler
and Marshaler
#7101
Labels
release:required-for-ga
Must be resolved before GA release
Milestone
The
Unmarshaler
because of theUnmarshal
definition, has an issue when recursively unmarshal other structs that implement theUnmarshaler
, see #6029 where the "given" destination to Conf.Unmarshal cannot be checked against the Unmarshaler implementation to avoid a deadlock. The Marshaler seem to not have (I did not carefully check) the same problem, but this needs to be confirmed.Some possible solutions:
The text was updated successfully, but these errors were encountered: