alisha-1000 commented on issue #529: URL: https://github.com/apache/streampipes/issues/529#issuecomment-3843241581
Hi @dominikriemer, thanks for describing the use case so clearly. I understand that the current FieldRenamer only supports renaming a single field at a time (via the Flink wrapper), and that this is not available for the lite / JVM-based extensions. The goal here would be to introduce a JVM processor that supports renaming multiple fields in one step, likely via a `CollectionStaticProperty` that allows defining multiple old→new field mappings. I’m interested in working on this enhancement. My initial idea would be: - Use a collection property to define an arbitrary number of rename mappings - Apply all mappings within a single processor execution to produce the updated event schema and payload Before starting, I wanted to check: - Is this issue still open for contribution, or is there any ongoing work related to STREAMPIPES-338 that I should align with? - Are there any design preferences for how the mappings should be represented in the UI? Happy to start with a proposal or PoC if this sounds good. -- 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]
