RockteMQ-AI commented on PR #224: URL: https://github.com/apache/rocketmq-connect/pull/224#issuecomment-5308356243
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** Feasible **Scope:** rocketmq-connect transform plugin layer — PatternRename, PatternFilter, ChangeCase, ExtractNestedField, SetMaximumPrecision, SetNull This is a feature request for a set of common single-message transform (SMT) operations, similar to Kafka Connect's built-in transforms. The listed operations cover the most frequently needed data-massage patterns. **Assessment:** - All six transforms are self-contained and can be implemented as independent `Transform` plugin classes. - `PatternRename` and `PatternFilter` are the highest-value items — they cover the majority of field-rename and record-filter use cases. - `ExtractNestedField` is the most complex — it requires navigating nested struct/map schemas and may need schema-aware logic. - `SetMaximumPrecision` and `SetNull` are trivial implementations. Note: this issue has been open since August 2022. If any of these transforms have already been implemented in a later release, please update the list so effort is not duplicated. --- *Automated evaluation by RockteMQ-AI* -- 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]
