Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is proposed to add new configuration is to the SMT org.apache.kafka.connect.transforms.DropHeaders to allow regexp-based matching of heades headers to be dropped:

Name: headers.patternpatterns

Description:List of regular expressions to match of the headers to be removed.

Type: booleanString

Default: "$^" (match empty)

...