Class ConfigTransformerResult
java.lang.Object
org.apache.kafka.common.config.ConfigTransformerResult
The result of a transformation from
ConfigTransformer
.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConfigTransformerResult
-
-
Method Details
-
data
Returns the transformed data, with variables replaced with corresponding values from the ConfigProvider instances if found.Modifying the transformed data that is returned does not affect the
ConfigProvider
nor the original data that was used as the source of the transformation.- Returns:
- data a Map of key-value pairs
-
ttls
-