The documentation at the following link contains incorrect information:
It lists the full path for RenameByMapping as:
com.mongodb.kafka.connect.sink.processor.field.renaming.RenameByRegex
However, according to the source code here:
The correct full path should be:
com.mongodb.kafka.connect.sink.processor.field.renaming.RenameByRegExp
Please update the documentation to reflect the correct class name, changing RenameByRegex to RenameByRegExp.
Thank you!