Skip to content

cmd: set viper delimiter to something we probably won't use

Hnowlan requested to merge hnowlan/T371701-viper_delimiter_issues into main

Currently viper sees "." as a string delimiter, which is a problem when we want to assign kafka consumer properties with dots in the name which are currently being silently ignored. Set the delimiter to "::" in order to work around this.

Bug: T371701

Closes T371701

Merge request reports