Re: [PR] KAFKA-15838: ExtractField and InsertField NULL Values are replaced by default value even in NULLABLE fields [kafka]

2024-04-23 Thread via GitHub
mfvitale commented on PR #15756: URL: https://github.com/apache/kafka/pull/15756#issuecomment-2072820368 > The `configure()` method on Transformation is only called with configurations provided with their prefix. This cleared my doubt. So in that case it should be clear declared as

Re: [PR] KAFKA-15838: ExtractField and InsertField NULL Values are replaced by default value even in NULLABLE fields [kafka]

2024-04-23 Thread via GitHub
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

Re: [PR] KAFKA-15838: ExtractField and InsertField NULL Values are replaced by default value even in NULLABLE fields [kafka]

2024-04-19 Thread via GitHub
mfvitale commented on PR #15756: URL: https://github.com/apache/kafka/pull/15756#issuecomment-2066045097 > Hi @mfvitale, thanks for the PR! This is adding new configurations to transformations so this will require a

Re: [PR] KAFKA-15838: ExtractField and InsertField NULL Values are replaced by default value even in NULLABLE fields [kafka]

2024-04-19 Thread via GitHub
mimaison commented on PR #15756: URL: https://github.com/apache/kafka/pull/15756#issuecomment-2066023794 Hi @mfvitale, thanks for the PR! This is adding new configurations to transformations so this will require a