Aiven-Open / Aiven-Open/kafka-config
ConfigKeyBuilder has the wrong default for defaultValue
Open
bug
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
# What happened?
The `ConfigKeyBuilder.defaultValue` property has a default value of `null`. Based on the default value in the current ConfigKey constructor the default value should be ConfigDef.NO_DEFAULT_VALUE
# What did you expect to happen?
When not defined the defaultValue of the resulting key should be NO_DEFAULT_VALUE.
Contributor guide
Assessment
This issue has not been assessed yet.