https://cwiki.apache.org/confluence/display/KAFKA/KIP-1198%3A+implement+a+ConfigKey.Builder+class
I have a case where I want to develop a ConfigKey that has deprecation data. Having a ConfigKey.Builder that can be extended to would make developing and testing the additional feature much easier. Claude