ottobackwards commented on issue #332: URL: https://github.com/apache/plc4x-extras/issues/332#issuecomment-2835009182
The design of the this processor and the Sink processor are incorrect. They both use the flow file's attributes for data, as apposed to the flow file's contents. A flow file is two things: the data / content as bytes, and the attributes string/string map as metadata for the contents. These processors are using the metadata as the data, and are thus limited to string/string maps. It is closer to the truth to day that the source/sink don't support array items. As with the main nifi processors, all users should be using the record processors. -- 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]
