Versions Compared

Key

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

...

property in the Kafka Connect config files to initialise the transformers, in the order specified in the above property.  Transformers would take properties from the same file, similar to how it's currently done for everything in Kafka.

 

To accommodate the transformers, we can split the “functional” methods into separate parts from a user logical POV:

...