Strip whitespace from value for ES servers and kafka brokers #1302
Labels
enhancement
good first issue
Good for beginners
help wanted
Features that maintainers are willing to accept but do not have cycles to implement
Requirement - what kind of business use case are you trying to solve?
See #1300 for ES servers and kafka brokers
Problem - what in Jaeger blocks you from solving the requirement?
jaeger/plugin/storage/es/options.go
Line 221 in bfa7b78
jaeger/plugin/storage/kafka/options.go
Line 77 in bfa7b78
Proposal - what do you suggest to solve the problem or improve the existing situation?
Same solution as in #1301
Any open questions to address
Perhaps come up with a general solution for this? Maybe
x/config/viper.go
that wraps viper but with an extra functionGetStrings
that handles the removal of whitespaces? Overkill?The text was updated successfully, but these errors were encountered: