tenthe commented on issue #4103: URL: https://github.com/apache/streampipes/issues/4103#issuecomment-3759273902
Upon further review, we need to retain the **Json Array** format. The `transform` method requires events to be injected specifically as a `Map`. By keeping this format, we ensure users can explicitly define whether the adapter should process standard JSON objects or arrays of objects. This distinction is necessary to maintain compatibility with the transformation logic, which expects a `Map<String, Object>` structure for each processed event. -- 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]
