Trendyol / go-dcp-kafka

The Go implementation of the Couchbase to Kafka with DCP.
MIT License
68 stars 15 forks source link

feat: add mapstructure name tag support to config struct for viper dy… #76

Closed emrekosen closed 11 months ago

emrekosen commented 11 months ago

With mapstructure name tags in config struct, viper package will be able to parse inline config. Closes #69