kubemq-io / kubemq-community

KubeMQ is a Kubernetes native message queue broker

Home Page:https://kubemq.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client config section is ignored

rweland opened this issue · comments

There is an issue with the client section of the config where viper seems to ignore the values during unmarshal to appConfig. This seems to be known with using underscores in JSON tags as referenced here spf13/viper#498. Will be submitting a PR to fix.