[
https://issues.apache.org/jira/browse/KAFKA-6755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Randall Hauch resolved KAFKA-6755.
----------------------------------
Fix Version/s: 2.6.0
Reviewer: Randall Hauch
Resolution: Fixed
[KIP-437|https://cwiki.apache.org/confluence/display/KAFKA/KIP-437%3A+Custom+replacement+for+MaskField+SMT]
was approved, and the PR was merged to the `trunk` branch for inclusion in the
upcoming 2.6.0.
> MaskField SMT should optionally take a literal value to use instead of using
> null
> ---------------------------------------------------------------------------------
>
> Key: KAFKA-6755
> URL: https://issues.apache.org/jira/browse/KAFKA-6755
> Project: Kafka
> Issue Type: Improvement
> Components: KafkaConnect
> Affects Versions: 0.11.0.0
> Reporter: Randall Hauch
> Assignee: Valeria Vasylieva
> Priority: Major
> Labels: needs-kip, newbie
> Fix For: 2.6.0
>
> Original Estimate: 8h
> Remaining Estimate: 8h
>
> The existing {{org.apache.kafka.connect.transforms.MaskField}} SMT always
> uses the null value for the type of field. It'd be nice to *optionally* be
> able to specify a literal value for the type, where the SMT would convert the
> literal string value in the configuration to the desired type (using the new
> {{Values}} methods).
> Use cases: mask out the IP address, or SSN, or other personally identifiable
> information (PII).
> Since this changes the API, and thus will require a KIP.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)