mimaison commented on PR #15756:
URL: https://github.com/apache/kafka/pull/15756#issuecomment-2072692296
While it's not directly adding new configurations, it's effectively changing
the behavior of `ExtractField` and `InsertField` and making them support new
configurations. The `configure()` method on Transformation is only called with
configurations provided with their prefix. In this example a user would need to
set something like:
```
transforms=my-smt
transforms.my-smt.type=MyTransformation
transforms.my-smt.key.converter.replace.null.with.default=false
```
Also by not defining the configurations explicitly users can't discover them
using the `GET /connector-plugins/{plugin-type}/config`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]