Package io.confluent.telemetry
Class ConfigPropertyTranslater
java.lang.Object
io.confluent.telemetry.ConfigPropertyTranslater
Translates map keys according to configured rules.
Use case is for handling deprecated config properties by translating them to their non-deprecated equivalents.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
translate
Return a new Map by applying the configured translations to each key. A warning message will be logged for each key that is translated.Exact matches are checked before prefix matches.
-